di MindFusion Group - Tipo prodotto: Componente / .NET WinForms / .NET Class / 100% Managed Code
Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
Enhance your applications with diagramming and graphing capabilities. FlowChart.NET 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. The control provides more than 50 predefined box shapes, as well as custom-designed and custom-painted boxes.
Recensione media:
basata su: 1 recensione.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 294.00 | 1 Developer Subscription License (12 Months Subscription Included) | Download (11.2 MB) | |
| Aggiungi al carrello | $ 539.00 | 4 Developer Team Subscription License (12 Months Subscription Included) | Download (11.2 MB) | |
| Aggiungi al carrello | $ 931.00 | 8 Developer Team Subscription License (12 Months Subscription Included) | Download (11.2 MB) | |
| Aggiungi al carrello | $ 1,715.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) (12 Months Subscription Included) | Download (11.2 MB) | |
| Aggiungi al carrello | $ 3,136.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) - (12 Months Subscription Included) | Download (11.2 MB) |
| Aggiungi al carrello | $ 637.00 | 1 Developer Subscription License - with Source Code (12 Months Subscription Included) | Download (11.9 MB) | |
| Aggiungi al carrello | $ 882.00 | 4 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Download (11.9 MB) | |
| Aggiungi al carrello | $ 1,274.00 | 8 Developer Team Subscription License - with Source Code (12 Months Subscription Included) | Download (11.9 MB) | |
| Aggiungi al carrello | $ 2,058.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) - with Source Code (12 Months Subscription Included) | Download (11.9 MB) | |
| Aggiungi al carrello | $ 3,479.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 (11.9 MB) |
| Aggiungi al carrello | $ 196.00 | 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) | Verifica | Download (29 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
What's New in MindFusion FlowChart.NET Standard V5.1?
What's New in MindFusion FlowChart.NET Standard V5.0.3?
What's New in MindFusion FlowChart.NET 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 V4.3?
What's New in V4.2?
What's New in V4.1?
A document with all differences between Standard and Professional Editions can be found in the 'Evals and Downloads' section. Professional Edition includes:
Professional Edition includes:
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)