par MindFusion Group - Type de produit : Composant / .NET WinForms / .NET Class / 100% Managed Code
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
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.
Score :
basé sur 4 revues.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 588.00 | 1 Developer Subscription License (12 Months Subscription Included) | Téléchargement (12.7 Mo) | |
| Ajouter au Caddie | $ 1,078.00 | 4 Developer Team Subscription License (12 Months Subscription Included) | Téléchargement (12.7 Mo) | |
| Ajouter au Caddie | $ 1,862.00 | 8 Developer Team Subscription License (12 Months Subscription Included) | Téléchargement (12.7 Mo) | |
| Ajouter au Caddie | $ 3,430.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) (12 Months Subscription Included) | Téléchargement (12.7 Mo) | |
| Ajouter au Caddie | $ 6,223.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) - (12 Months Subscription Included) | Téléchargement (12.7 Mo) |
| Ajouter au Caddie | $ 1,127.00 | 1 Developer Subscription License - with Source Code (12 Months Subscription Included) | Téléchargement (13.7 Mo) | |
| Ajouter au Caddie | $ 1,617.00 | 4 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Téléchargement (13.7 Mo) | |
| Ajouter au Caddie | $ 2,401.00 | 8 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Téléchargement (13.7 Mo) | |
| Ajouter au Caddie | $ 3,969.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) - with Source Code (12 Months Subscription Included) | Téléchargement (13.7 Mo) | |
| Ajouter au Caddie | $ 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) | Téléchargement (13.7 Mo) |
| Ajouter au Caddie | $ 392.00 | 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) | Vérifier | Téléchargement (29 Ko) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
What's New in MindFusion FlowChart.NET Professional V5.1?
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)