Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Output to Visio (Read 1072 times)
Barry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Sep 20th, 2006
Output to Visio
Sep 20th, 2006 at 4:54pm
Print Post  
Hello,

I am still in the decision making process on buying this (sole developer), and was hoping someone could answer a few questions for me.

Can I create a flow chart and output it into a visio (XML) or PDF format all from my VB.NET code?

Can you customize the templates and make your own icon's?

I have a project where I need to read in a few hundred text file call flows and output an actual call flow diagram all command line driven, and it has to be able to load into Visio.


Thanks!
Barry
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Output to Visio
Reply #1 - Sep 21st, 2006 at 6:07am
Print Post  
Hi,

I think it is feasible to use Flowchart.NET and the Pdf/Visio exporters from a VB.NET console application. Just add references to the flowchart.net assemblies to your application. Import the MindFusion.FlowChartX namespace and create a FlowChart instance like this:

dim fc as new FlowChart()

Then you can use methods such as CreateBox and CreateArrow to generate the diagram programmatically. You might use some of the automatic layouts to arrange the diagram, and finally create a VisioExporter or PdfExporter instance and call its Export method to create the VDX/PDF file.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint