FlowChart.NET Standard Edition - .NET - V5.1

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.
Schermata di FlowChart.NET Standard Edition - .NET - V5.1Enhance 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:  Voto medio delle recensioni per FlowChart.NET Standard Edition - .NET - V5.1 basata su: 1 recensione.

Da
$294.00
Prezzo in

I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.

FlowChart.NET V5.1 - Standard Edition

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)

FlowChart.NET V5.1 - Standard Edition with Source Code

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)

FlowChart.NET Standard - Upgrade / Subscription Renewal

Aggiungi al carrello $ 196.00 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) Verifica Download (29 KB)

Questo prodotto è disponibile nei prezzi riservati al GSA schedule.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?

  • The DiagramView3D control now lets you display graphs in 3D
  • The SpringLayout feature can arrange graphs in 3D space
  • SpringLayout produces more symmetrical layouts
  • SpringLayouts can be animated
  • PdfExporter.DefaultEncoding lets you specify a far-eastern text encoding and PdfExporter.EnableBackground specifies whether page background should be painted
  • 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

What's New in MindFusion FlowChart.NET Standard V5.0.3?

  • Visual Studio 2008 support
  • Possibility to use any Windows Forms control for in-place editing
  • New ResizeToFitText overload allows preserving the width of cells
  • Improved reflexive links when connecting rows of the same table
  • ValidateAnchorPoint event handlers receive a TableRow argument
  • ContainerChildAdded and ContainerChildRemoved events
  • The Arrange(DiagramItemCollection) method can arrange items in a container
  • Routing links between nodes in a container
  • Improved performance of container nodes in multiple selection
  • New CutToClipboard overload allows copying groups to the clipboard
  • Shape.DisplayName displayed in ShapeListBox and ShapeToolbar instead of Shape.Id

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?

  • support for shape libraries
  • support for swimlane diagrams
  • ShapeListBox control
  • a new brush type - PathGradientBrush
  • mouse button mapping
  • more precise hit-testing for multiple-selection

What's New in V4.2?

  • The PdfExporter component lets you export FlowChart.NET diagrams to PDF
  • Simulated Annealing graph layout algorithm
  • KeepInsideParent constraint property added to NodeConstraints
  • KeepRatio constraint property added to NodeConstraints
  • now the control lets you implement custom expand/collapse logic
  • the middle mouse button can be used for panning
  • PanCursor property added
  • LeaveInplaceEditMode event added
  • BeginInplaceEdit and EndInplaceEdit methods added to the Table and Cell classes
  • HtmlBuilder raises a CreatingArea event to allow customization of the AREA tags

What's New in V4.1?

  • Export diagrams to DXF format
  • Image and ImageRectangle properties added to the ShapeTemplate class
  • The PathFinder class can ignore the direction of arrows when looking for paths
  • Now users can change the orientation of cascading arrows
  • New arrows can be routed while users fraw them
  • Initialization events raised when users start drawing new items
  • New text styles implemented for arrows
  • The TextRendering property enables or disables smoothing of text
  • Draw formatted text inside custom-drawn items using the DrawStyledText method

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:

  • Import/Export Visio XML Drawing files
  • Multilevel Undo/Redo support
  • Layered graph layout
  • Spring-Embedder graph layout
  • Grid layout
  • Path finding in graphs
  • A suite of auxiliary controls:
    • Overview control
    • Node shapes toolbar
    • Ruler control

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

  • Redistribution is royalty free
  • Assembly is strong-named
  • Is digitally signed
  • Can be purchased with source code
  • Is written in C#

User interaction

  • Several user interaction modes
  • Scrolling and zooming
  • Panning
  • Copy and paste to/from Windows clipboard
  • Automatic scrolling while dragging objects with the mouse
  • Alignment to grid
  • Multiple selection
  • Tool-tip
  • Docking points can be defined for nodes
  • Undo / redo support

Programming

  • Programmatic access to the diagram objects and selections
  • Numerous properties for customizing appearance and behavior
  • Numerous utility methods
  • Path finding and cycle detection
  • Rich event set

Store and retrieve diagrams into/from

  • Files on disk
  • .NET streams
  • ASCII strings
  • XML documents

Output

  • To display via Windows Forms
  • Printing
  • Print preview
  • To browser via the utility WebChart class
  • Export image files

Diagram elements

  • More than 70 predefined node shapes
  • Tables with unlimited number of rows and columns
  • Control hosts allow using .NET controls as diagram nodes
  • Arrows can comprise multiple segments
  • Arrow segments can be straight lines or curves

Automatic layout

  • Spring-Embedder graph layout
  • Directional tree layout
  • Radial tree layout
  • Layered graph layout
  • Grid layout ( FlowChart.NET Pro only)
  • Automatic arrow routing

Appearance

  • Nodes can display images and text
  • Various text alignment styles
  • Text can be laid-out in polygonal areas
  • Styled HTML-like text formatting
  • Customizable fonts and colors
  • Ability to define custom node shapes
  • Custom painting of nodes
  • Shadows
  • User-assigned mouse cursors
  • Z order
  • Rich choice of pen and brush styles
  • Transparent nodes
  • Invisible nodes

Behavior

  • Lock diagram elements
  • Read-only mode supported
  • Tables can be scrolled
  • Expand / collapse object hierarchies
  • In-place text editing
  • Dynamic positioning of arrows relative to linked nodes

Linking via arrows

  • Nodes to nodes
  • Tables to tables
  • Nodes to tables
  • Unconnected arrows

Hierarchical grouping

  • Attaching objects (nodes/tables) to other objects
  • Attaching objects to arrow control points
  • Attaching objects to arrow segments

Auxiliary controls (FlowChart.NET Pro only)

  • Overview control
  • Ruler control
  • Shapes toolbar

Ricerca prodotti

Inserisci le tue parole chiave:

Risparmi sui costi di sviluppo

Leggi la nostra relazione tecnica su come
calcolare il ritorno sull'investimento

Righe di codice: 20,000
Mesi persona: 20
Costo del lavoro: $100,000

Funzioni richieste:

Sforzo per 1.000 righe di codice:

Costo del lavoro al mese:

Award Award