MindFusion.Diagramming for WinForms Standard のリリース

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

Released: Apr 14, 2011

Updates in this release

Updates in V5.6.2

  • Define node shapes using Visio-like shape formulas
  • Define node shapes through GraphicsPath objects
  • Improved support for nodes with non-uniform size in SpringLayout
  • Improved symmetry in SpringLayout
  • SpringLayout.Randomize randomizes initial node positions

Released: Mar 7, 2011

Updates in this release

Updates in V5.6.1

Export/Import improvements

  • The swimlane grid can be exported to Visio by setting the ExportLanes property of VisioExporter.
  • PdfExporter supports radial gradients.
  • VisioImporter can import attributes from shape masters.
  • Improved support for importing Visio groups.
  • Parsing SVG content became slow after the additions in V5.6. Now parsing speed has been improved.

CompositeNode improvements

  • The FocusedComponent property specifies which component has the keyboard focus.
  • Components...

Released: Feb 16, 2011

Updates in this release

Updates in V5.6

  • Now you can compose nodes from various kinds of components
  • Standard border, text, image and shape components added
  • Standard button, checkbox and edit components added
  • Simple, stack and grid panels for component layout added
  • SvgNodes now support SVG text and marker elements
  • NodePointed or LinkPointed events added