Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for ASP.NET, V5.0.4 (Read 1948 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Diagramming for ASP.NET, V5.0.4
Jan 29th, 2014 at 4:48pm
Print Post  
We have released version 5.0.4 of NetDiagram. It contains the following new features and improvements:

Import Visio .vsdx files
The Visio2013Importer class can import .vsdx files, created by Visio 2013. In order to use it, you must add a reference to the MindFusion.Diagramming.Import.Visio.dll assembly. Various overloads of the Import method can be used to import the file into a DiagramDocument whose pages correspond to the Visio drawing pages, or into a single Diagram whose content is merged from all imported pages. Visio2013Importer supports the basic flowchart and data flow Visio stencils. For each node shape from the .vsdx file, the importer creates a ShapeNode object whose Shape, Text, Brush and Pen properties are set to values corresponding to the imported Visio shape. For each connector shape, the importer creates a DiagramLink object whose Origin and Destination are set to the corresponding imported nodes, and whose ControlPoints reflect the geometry of the connector.

Canvas mode improvements
~ The HandlesStyle property of nodes is now supported in Canvas mode.
~ Dynamic links are now supported in Canvas mode.
~ Apply layout algorithms to content of a ContainerNode by calling its arrange method.
~ ContainerChildAddingScript and ContainerChildRemovingScript client side events.
~ AdjustmentHandlesSize and ShowDisabledHandles properties supported in Canvas mode.

Java mode improvements
~ RoundedLinks and RoundedLinksRadius properties are now supported in Java mode.
~ AutoSnapLinks is now honored in Java mode; links drawn interactively snap to a nearby node from a distance.
~ createFontEx method added to ScriptHelper creates bold, italic and underlined fonts.
~ Permissions attribute added to applet manifest file to allow loading the applet under Java 7 update 51.

Miscellaneous
~ Several new predefined shapes available in the Shapes class - RightTriangle, Decagon, Trapezoid, Star4Pointed, Star5Pointed, Star6Pointed, Star7Pointed, Star16Pointed, Star24Pointed, Star32Pointed, Donut and Plaque.
~ Support for Visual Studio 2013.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.

A trial version is available for download here:   
https://www.mindfusion.eu/NetDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint