Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart.NET 5.1 released! (Read 1682 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 688
Joined: Apr 6th, 2003
FlowChart.NET 5.1 released!
Jul 18th, 2008 at 4:46pm
Print Post  
We have released version 5.1 of FlowChart.NET. It provides the following new features:

* Display graphs in 3D *
Now you can assign 3D positions to diagram nodes, and display their projections on screen using the DiagramView3D control. 3D positions are set through the LayoutTraits property of nodes by associating a Point3D value with the View3D.Position key. The size of nodes is inferred from their Bounds property. The CameraPosition and CameraRotation properties let you specify the position of the camera within the 3D scene. The nodes are always rendered as if facing the camera, i.e. you cannot view them edge on.

* SpringLayout enhancements *
~ The simulated physical process used in SpringLayout can be animated. Use the BeginArrange method to prepare the layout object for animation. Call Iterate from a timer event handler to run a few iterations of the process and update the node positions. Finally, call EndArrange to free the resources allocated by the algorithm.
~ The Layout3D property of SpringLayout can be used to arrange nodes in 3D space instead of setting their 2D positions. A graph arranged with this option can be displayed using the DiagramView3D control.
~ Now SpringLayout produces more symmetrical layouts when possible. With this feature, the algorithm might have to run for more iterations than older versions until a good configuration is reached. However, this should be offset by the optimized running time for each iteration.

* PdfExporter enhancements *
~ The EnableBackground property specifies whether the background of PDF pages should be painted using the diagram's BackBrush.
~ The DefaultEncoding property lets you specify a far-eastern text encoding.

* Miscellaneous *
~ Improved how links are routed across nested ContainerNodes.
~ New CreateImage overloads added.
~ ScrollUpHyperLink and ScrollDownHyperLink properties added to HtmlBuilder.
~ ShapeXml and ConnectorXml arguments passed to VisioImporter events.
~ The MergeUndoRecords lets you merge multiple undo records into one.
~ StartOrientation and EndOrientation properties added to OrthogonalLayout.

* API changes *
~ The MasterGroup property has been moved from DiagramItem to DiagramNode.
~ The DiagramItemState and DiagramItemProperties -derived classes corresponding to the built-in diagram item types have been made public. This should make it easier to implement undo for properties added to custom item types derived from the built-in ones.

Registered customers with an active upgrade subscription will receive their upgrades shortly.

A trial version is available for download here:
https://mindfusion.eu/FCNetDemo.zip

Enjoy!
« Last Edit: Jan 21st, 2015 at 9:07am by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint