Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic drawing L shape arrows and regarding visio export (Read 2505 times)
gokul
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 10
Joined: Sep 2nd, 2006
drawing L shape arrows and regarding visio export
Sep 20th, 2006 at 10:15am
Print Post  
hi
1) presently flowchart control draws straight line only.can i draw L shape or different shape arrows(lines to show relations) .any other way..?


2) when i m using visioExporter its not exporting the file.but when i m trying pdf its working perfectly.

       Dim ts As New VisioExporter
       Dim s As New PdfExporter
       ts.Export(FC, "C:\rv.VDX")
       s.Export(FC, "C:\rp.PDF")
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: drawing L shape arrows and regarding visio exp
Reply #1 - Sep 20th, 2006 at 10:25am
Print Post  
Hi,

Set the default ArrowStyle property to Cascading or Bezier to let users draw L-shape arrows or curved ones.

VisioExporter requires the VisioExport.vxt template file to be present in the directory where your application .exe file resides, or in the one specified through the TemplatePath property.

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