by MindFusion Group - Product Type: Component / .NET WinForms / .NET Class / 100% Managed Code
Enhance your applications with diagramming and graphing capabilities. MindFusion FlowChart.NET Professional helps you create and present work flow and process diagrams; database entity-relationship diagrams; organizational charts; object hierarchy and relationship charts, graphs, and trees. Its' basic types of objects - boxes, tables, and arrows - can be grouped and attached one to another and combined in complex structures. MindFusion FlowChart.NET Professional provides more than 50 predefined box shapes, as well as custom-designed and custom-painted boxes. FlowChart.NET Professional Source Code available.
Average Review:
based on 4 reviews.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 588.00 | 1 Developer Subscription License (12 Months Subscription Included) | Download (14.8 MB) | |
| Add to Cart | $ 1,078.00 | 4 Developer Team Subscription License (12 Months Subscription Included) | Download (14.8 MB) | |
| Add to Cart | $ 1,862.00 | 8 Developer Team Subscription License (12 Months Subscription Included) | Download (14.8 MB) | |
| Add to Cart | $ 3,430.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) (12 Months Subscription Included) | Download (14.8 MB) | |
| Add to Cart | $ 6,223.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) - (12 Months Subscription Included) | Download (14.8 MB) |
| Add to Cart | $ 1,127.00 | 1 Developer Subscription License - with Source Code (12 Months Subscription Included) | Download (16.9 MB) | |
| Add to Cart | $ 1,617.00 | 4 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Download (16.9 MB) | |
| Add to Cart | $ 2,401.00 | 8 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Download (16.9 MB) | |
| Add to Cart | $ 3,969.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) - with Source Code (12 Months Subscription Included) | Download (16.9 MB) | |
| Add to Cart | $ 6,762.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) - with Source Code (12 Months Subscription Included) | Download (16.9 MB) |
| Add to Cart | $ 392.00 | 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) | Verify | Download (29 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What's New in MindFusion FlowChart.NET Professional V5.0.3?
What's New in MindFusion FlowChart.NET Professional V5.0.2?
What's New in MindFusion FlowChart.NET Professional V5?
Document/View architecture
FlowChart.NET implements the Model-View-Controller (MVC) architectural pattern in its new version 5. The MVC design pattern as applied to FlowChart.NET separates the diagram data (model) from its representation to the user (view) and controlling it by the user (controller). According to the MVC design pattern, FlowChart.NET Version 5 provides two new classes instead of the FlowChart class, namely Diagram and DiagramView.
Support for custom diagram item types
The FlowChart.NET API has been redesigned to allow for seamless integration of custom node and link types. You can define a custom item type by deriving from DiagramLink or DiagramNode. You could also derive from more specific node types such as ShapeNode or ContainerNode. New items can be added to a diagram by instantiating them and adding them to the Nodes or Links collections. To improve support for custom types, many type-specific methods have been replaced with more generic versions, e.g. FindNode instead of FindBox and FindTable.
Containers
The ContainerNode class implements diagram nodes that can function as containers for other nodes. Containers can be folded to hide their content, and unfolded to show it again. Containers can be nested one within another, without limitation on the depth of nesting.
Orthogonal graph layout
OrthogonalLayout is a secondary layout algorithm that can be used to arrange links after an initial node arrangement has already been applied. The orthogonal layout is useful when there are much more links than nodes in a graph. The algorithm strives to achieve the following criteria, while preserving as much of the initial node configuration as possible: links must not overlap; only vertical and horizontal routing lines are used; graph routing is performed with respect to the specified main layout direction; links crossings are minimized; bends are minimized.
Graphics interface
Now all drawing is done through an IGraphics interface, for which the control provides GdiGrahics, SvgGraphics and PdfGraphics implementations. Thus the files created by SvgExporter and PdfExporter can contain custom-drawn elements, which you draw either by handling custom drawing events or by implementing the Draw method in your custom item types.
API changes
Conformity with the .NET Framework naming conventions has been improved.
What's New in MindFusion FlowChart.NET Professional V4.3.1?
What's New in MindFusion FlowChart.NET Professional V4.3?
What's New in MindFusion FlowChart.NET Professional V4.2?
What's New in MindFusion FlowChart.NET Professional V4.1?
What’s new in MindFusion FlowChart.NET Professional V4.0.4?
What's new in MindFusion FlowChart.NET Professional V4.0.3?
Main differences between Standard and Professional Editions:
Main Features
FlowChart.NET is designed in such way that you can create with it even the most complex schemes. In order to do so you combine different FlowChart.NET objects and set their properties. You can respond to the users' interaction with the flowchart objects with the events the control provides.
Below you can see a list of the most important FlowChart.NET characteristics separated in groups:
The FlowChart.NET component
User interaction
Programming
Store and retrieve diagrams into/from
Output
Diagram elements
Automatic layout
Appearance
Behavior
Linking via arrows
Hierarchical grouping
Auxiliary controls (FlowChart.NET Pro only)