MindFusion.Diagramming for WinForms Standard Releases

Released: Nov 26, 2015

Updates in this release

Updates in V6.3.4

  • Street Maps - MapNodes can now render street maps in OpenStreetMap format.
  • Distribution now includes a set of digitally-signed assemblies.
  • Undo/redo records for in-place edit operations are now created automatically.
  • CompositeNode now supports vertical scrolling in the EditComponent.
  • Support for FromPage and ToPage properties of PrinterSettings.
  • CreateBarcodeNode methods added to the Factory class.
  • Improved speed when dragging large hierarchies of grouped nodes.

Released: Apr 21, 2015

Updates in this release

Updates in 6.3.2

  • Support for Visio Stencils - Diagrams can now display shapes from stencil files from Visio 2003 XML (.vsx) files.

Released: Apr 3, 2014

Updates in this release

Updates in 6.1.2

  • Resize multiple nodes simultaneously.

Released: Feb 3, 2014

Updates in this release

Updates in 6.1.1

  • Import Visio 2013 Files - Import .vsdx files created by Visio 2013. The importer supports basic flowchart and data flow Visio stencils. Each node from the importer creates a ShapeNode object.
  • Zoom Control - Change current zoom level and scroll the position of a DiagramView.

Released: Nov 13, 2013

Updates in this release

Updates in 6.1

  • Support for Mono - FlowChart.NET can now be used under the Mono runtime for OSX or Linux. A single version of the Mindfusion assemblies can be referenced by both Mono and Microsoft .NET applications. The control detects what runtime has loaded it, and provides alternative implementations for features that are currently missing from Mono.
  • Custom Measure Units - Define custom units by specifying their dots-per inch resolution, a string name and number of standard divisions for...

Released: Sep 6, 2013

Updates in this release

Updates in 6.0.4

  • Import OpenOffice Draw files.

Released: Jun 24, 2013

Updates in this release

Updates in 6.0.3

  • Child nodes are now drawn by their containers.
  • Z Index property no longer changes automatically when dropping nodes into a container.
  • Improved handling of clip regions in custom drawing code.
  • PDF shadings now include all the colors from a ColorBlend.
  • Precise character widths are set when text includes both eastern glyphs and Latin characters.
  • More precise widths set for Cyrillic characters.
  • SetSelfLoopShape event is raised when a link becomes a self-loop, giving you the ability...

Released: Mar 8, 2013

Updates in this release

Updates in 6.0.2

  • Preserve Order in Tree Layouts - Keep the geometric order of child nodes when arranging them under their parent.
  • Item Rendering Improvements - Effects such as GlassEffect and AeroEffect can now be applied to CompositeNode objects.
  • Export Improvements - The PaintControl event is now raised when exporting ControlNode objects to PDF, SVG or WMF.
  • Selection Improvements - Let users select existing items, but not modify them or draw new ones.

Released: Oct 12, 2011

Updates in this release

Updates in V5.7

  • Interactive node alignment via alignment guides
  • FractalLayout tree layout algorithm
  • Specify start and end nodes for LayeredLayout
  • ButtonComponent supports repeat mode
  • Slider and spinner components for CompositeNodes
  • DiagramView can use third-party scrollbars

Released: Aug 25, 2011

Updates in this release

Updates in V5.6.4

  • Snap links to nodes from a distance
  • Serialization of CompositeNode components
  • DiagramView3D improvements
  • WmfExporter now exports the swimlane grid
  • GetNearestNode method added