eugene-g
asked on
Looking for ways to create Visio drawings within C# code
I'm looking for a way to create various MS Visio drawings in my C# code.
I think, I need some sort of API library or 3rd party .NET component for that, so I can reference it in my VS 2008.
Does anyone know of such thing?
-Eugene
I think, I need some sort of API library or 3rd party .NET component for that, so I can reference it in my VS 2008.
Does anyone know of such thing?
-Eugene
what kind of drawings specifically, there are different libraries for different graphic type.
ASKER
I need to create data-driven diagrams.
Example:
Create a Visio 2007 diagram that depicts 2 Windows servers connected via 3 different LAN links, also connect to a common EMC shared storage frame.
I'm attaching an example
SampleVisioDrawing.jpg
Example:
Create a Visio 2007 diagram that depicts 2 Windows servers connected via 3 different LAN links, also connect to a common EMC shared storage frame.
I'm attaching an example
SampleVisioDrawing.jpg
you can use a professional tool like DotNetCharting (http://www.dotnetcharting.com/gallery/) or GoDiagram (http://www.nwoods.com/GO/dotnet.htm)
ASKER
It has to be an MS Visio diagram.
I think I could use Visio sdk 1.0 for that
What do you think?
I think I could use Visio sdk 1.0 for that
What do you think?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.