FlowChartX Professional Edition - ActiveX (.NET Ready) - V4.1.5

di MindFusion Group - Tipo prodotto: Componente / ActiveX OCX / ActiveX DLL / Source Code

Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
Schermata di FlowChartX Professional Edition - ActiveX  - V4.1.5Enrich your application with flowchart / workflow / organizational diagramming. FlowChartX Pro is an ActiveX control that helps you create and present workflow, flowchart and process diagrams, database entity-relationship diagrams, organizational, hierarchy and relationship charts, network schemes, graphs, and trees. VB, C++ , VB.NET and MFC Samples included. Source Code available.

Recensione media:  Voto medio delle recensioni per FlowChartX Professional Edition - ActiveX  - V4.1.5 basata su: 1 recensione.

Da
$588.00
Prezzo in

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

FlowChartX Professional Edition V4.1.5

Aggiungi al carrello $ 588.00 1 Developer License (12 Months Subscription Included) Download (4.0 MB)
Aggiungi al carrello $ 1,078.00 4 Developer Team License (12 Months Subscription Included) Download (4.0 MB)
Aggiungi al carrello $ 1,862.00 8 Developer Team License (12 Months Subscription Included) Download (4.0 MB)
Aggiungi al carrello $ 3,430.00 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) (12 Months Subscription Included) Download (4.0 MB)
Aggiungi al carrello $ 6,223.00 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) - (12 Months Subscription Included) Download (4.0 MB)

FlowChartX Professional Edition V4.1.5 - with Source Code

Aggiungi al carrello $ 1,127.00 1 Developer License - with Source Code (12 Months Subscription Included) Download (4.6 MB)
Aggiungi al carrello $ 1,617.00 4 Developer Team License - with Source Code (12 Months Subscription Included) Download (4.6 MB)
Aggiungi al carrello $ 2,401.00 8 Developer Team License - with Source Code (12 Months Subscription Included) Download (4.6 MB)
Aggiungi al carrello $ 3,969.00 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - with Source Code (12 Months Subscription Included) Download (4.6 MB)
Aggiungi al carrello $ 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 (4.6 MB)

FlowChartX Professional Edition - Upgrade / Subscription Renewal

Aggiungi al carrello $ 392.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 V4.X?

  • Boxes whose Style is set to bsShape can be rotated
  • The GDI+ rendering engine has been optimized
  • Improved refresh rate when auto-scrolling
  • VisioExporter improvements
  •  Spanning table cells
  •  Logical measure units can be set via the MeasureUnit property
  •  Grid graph layout implemented by the GridLayout class
  •  Export SVG drawings
  •  Clipboard and undo operations affect hosted ActiveX controls
  •  SelHandleSize lets you set the size of selection handles
  • Groups of table rows can be expanded or collapsed
  • SelectionOnTop specifies if selected items are painted on top
  • GetArrowAt method added
  • Memory usage decreased with about 50 bytes per diagram item
  • Modification cursor is displayed while modifying an item
  • SvgExporter does not export invisible items anymore
  • Picture and SetPictureRect members added to ShapeTemplate
  • DecorationColor property added to boxes
  • Shape decorations can be rendered for Transparent boxes
  • Users can change the orientation of cascading arrows
  • New arrows can be routed while users draw them
  • Initialization events are raised when users start drawing items
  • The Anchoring property added to RoutingOptions
  • The speed of the routing algorithm has been improved
  • OrgnAnchor and DestAnchor properties added to the Arrow class
  • AllowIncomingArrows and AllowOutgoingArrows added to node classes
  • ToolTipDelay specifies the delay before a tool tip pops up
  • BoxPicture and BoxPicturePos properties added
  • The LayeredLayout speed has been improved
  • Improved support for hosting MFC ActiveX controls
  • The ControlPadding property added
  • Now the Overview control can be used in HTML pages
  • Now VisioImporter can import UML activity diagrams
  • The Overview control is now marked as safe for scripting

OVERVIEW

FlowChartX programming model is based on three classes of objects: boxes, tables and arrows. Boxes and tables can represent diagram nodes in various kinds of diagrams; arrows represent links and relations between nodes. Every object type available in FlowChartX is exposed as a COM class with properties and methods controlling its look and behavior. Through these classes the FCX objects can be programmatically moved and resized, locked in place, repositioned in the Z-order, grouped and attached; their text, color, font, style and other visual attributes are exposed as properties.

Every object type available in FlowChartX is exposed as a COM class with properties and methods controlling its look and behavior. Through these classes the FCX objects can be programmatically moved and resized, locked in place, repositioned in the Z-order, grouped and attached; their text, color, font, style and other visual attributes are exposed as properties.

A brief description of the basic FlowChartX types follows below:

Boxes can represent classes in class-hierarchies, flowchart elements, icons in network diagrams, etc. They can hold both graphics and text in different fonts, sizes and colors. Box objects can have any polygonal shape. There are more than 50 predefined box shapes. Apart from them FlowChartX offers you very easy and quick way to define your own shape as you like it. Furthermore boxes support two forms of custom painting. The first type gives you full control over the painting, while in the second one your painting code is performed additionally to the basic painting.

Tables can be used in database diagrams as well as in any other kind of charts that need table representation. They display grids of cells and every cell contains text. Cells, columns and rows can be customized in various ways there are properties available for setting their extents, style and text alignment. Tables dimensions can be programmatically changed; inserting, appending or deleting rows and columns can be done in a very comprehensive, intuitive way whenever you might need it. Tables can also display background images and graphics. The file formats supported are BMP, GIF, JPEG, ICO and WMF (same applies for boxes).

Arrows are used to represent various types of connections and relations in diagrams. FlowChartX offers three basic arrow-types:

  • poly-line arrows composed of straight-line segments
  • curved arrows composed of Bezier-spline segments
  • arrows composed of horizontal and vertical segments, alternating their orientation so that every segment is perpendicular to its neighbor

Each arrow has to be connected to a box or a table object. You can use transparent boxes on any side of an arrow to make it appear as hanging. Some customizable arrows properties are: tip styles, colors, text, pen width and style, modification behavior and number of segments.

Global appearance and functionality features include: scrolling and zooming, printing, serialization to streams and files, visual effects like shadows and gradients. The control provides built-in support for layout and arrangement of its diagram nodes.

FlowChartX is written in C++ using the ATL libraries to implement the needed ActiveX control interfaces. The source code is included in the site-wide version, and also is optionally available with the single-developer version.

The professional edition of FlowChartX has these additional features:

  • clipboard operations
  • undo/redo
  • containers: objects that can hold other objects
  • snapping objects one to another
  • support for shape libraries

Ricerca prodotti

Inserisci le tue parole chiave:

Award