We have released version 6.3.4 of FlowChart.NET. It contains the following new features and improvements:
Street mapsMapNodes can render street maps in OpenStreetMap format. Call FromXml method of MapContent to load an .osm file. The pens and brushes used for drawing the map are stored within the StreetMapPens and StreetMapBrushes collections in the static StreetMapFeatures class. You can define additional pens and brushes for drawing and painting certain map features by using MapContent's AddPen and AddBrush methods.
Miscellaneous~ Support for .NET 2 has been dropped; the minimum supported .NET framework version now is 3.5.
~ Distribution now includes a set of digitally-signed assemblies.
~ Undo/redo records for in-place edit operations are now created automatically. They are represented by instances of the EditTextCmd class.
~ CompositeNode supports vertical scrolling in EditComponent (only via keyboard).
~ Support for FromPage and ToPage properties of PrinterSettings.
~ CreateBarcodeNode methods added to the Factory class.
~ The BarcodeNodeStyle property of Diagram defines the default appearance of BarcodeNodes.
~ Improved speed when dragging large hierarchies of grouped nodes.
~ Fix for not restoring ColumnStyle value when cancelling or undoing TableNode column resize operations.
Installer for the latest version can be downloaded here, or from the
clients area on our site:
https://www.mindfusion.eu/FCNetDemo.zipUpdated assemblies are also available as
MindFusion.Diagramming NuGet package.
Enjoy!