FlowChartX is an ActiveX control for creating and presenting process diagrams, entity-relationship diagrams, organizational charts, network schemes, and graphs.
This versatile control offers more than 80 stock box shapes, and users can define new shapes programmatically. Users can customize charts further via custom painting of boxes. Diagram nodes such as tables and boxes can display formatted text and images, with customizable fonts and colors and multiple arrow styles.
In addition to alignment grid, shadow effects, scrolling and zooming, locking, z-order, and pen styles, users can print diagrams, store them in OLE compound documents or separate documents, and export bitmap images, SVG drawings, and Visio files. The import feature allows users to import Visio files too.
The programming model of FlowChartX consists of more than 600 methods, properties, and events. Customers can purchase the complete source code and extend the library as per their requirements, making it an ideal choice for developers with unlimited customization capabilities. Technical support is available for both registered and evaluating clients alike. A 12-month upgrade subscription is included with the initial purchase.
FlowChartX is royalty-free for client and server-side use, making it an excellent choice for businesses of all sizes.
Version 4.9.2: resize table columns and rows; collapse / expand hierarchies of Table nodes; ExportString method added to SvgExporter; LicenseKey property disables evaluation mode;
Version 4.9.1: 64-bit import/export classes; export classes moved to main dll; highlight table rows; ArrowLabel.BackColor property; improved arrowhead rendering;
Version 4.9: resize multiple nodes simultaneously; DecisionLayout class for arranging flowcharts;
Version 4.4: Simulated Annealing graph layout algorithm; limit number of link bends in LayeredLayout; TrackingRectColor property added to Overview; more precise text measuring in GDI+ mode;
Version 4.3.1: support for Business Process Management notation; filled decoration elements in ShapeTemplates; InplaceEditCancelOnEsc and InplaceEditAcceptOnEnter properties;
Version 4.3: graph layout enhancements; Decoration objects; Container enhancements; arrow and table custom drawing;
Version 4.2.1: circular graph layout algorithm; the LayoutProgress event lets you track the progress of layout algorithms; flowchart items can be cloned using their Clone method;
Version 4.2: native 64-bit support; improved binary serialization; XML serialization based on MSXML6; table cell tooltips; custom label position for Arrow objects;
Version 4.1.4: the GDI+ rendering engine has been optimized; VisioExporter improvements; FlowChart.VariantTag property added;
Version 4.1.1: rounded arrow segment joins; loading images from an http server; now VisioImporter can import UML activity diagrams; BeginInplaceEdit and EndInplaceEdit methods added to Table