We have released version 4.3 of FlowChartX. It contains the following new features:
Layout enhancements ~ The MultipleGraphsPlacement property of layout classes specifies how multiple independent graphs in the diagram should be positioned relatively to each other.
~ The SplitGraph property of layout classes specifies whether to arrange the diagram subgraphs independently from each other or arrange the graph as a whole.
Decoration objectsDecorations are lightweight objects that can be used for drawing background graphics such as frames, lane divider lines, etc. Decorations do not participate in graph or parent-child relationships with other objects in the flowchart. The only decoration type available at this time is DecorationLine. Methods and properties corresponding to it has been added to the FlowChart class, such as CreateDecorationLine method, Decorations collection, DecorationClicked event, etc.
Container enhancements ~ The LayoutStyle of bsContainer boxes can be set to lsCustom to enable custom layout of the child nodes.
~ Automatic resizing of container boxes can be enabled or disabled by means of the AutoResizeContainer property.
~ Containers can be explicitly resized to fit their children by calling the ResizeToFitChildren method.
Miscellaneous ~ Border color of items can be made semi-transparent by setting the FrameColorAlpha property.
~ Antialising can be enabled or disabled for individual boxes by setting their TextAntiAliasing property.
~ Arrows can be custom-drawn by setting their CustomDraw property and handling the DrawArrow event.
~ Tables can be custom-drawn by setting their CustomDraw property and handling the DrawTable event.
~ Tooltips auto-pop time can be set through the ToolTipAutoPop property.
~ The DocBoundsChanged event is raised when the flowchart document area is resized.
~ HtmlBuilder now exports items in reverse Z order to fix hit-testing of overlapping areas in the image map.
Registered customers with an active upgrade subscription can download the licensed version from the
clients area on our site.
A trial version is available for download here:
https://www.mindfusion.eu/FCXdemo.ziphttps://www.mindfusion.eu/FCXdemoPro.zipEnjoy!