MindFusion.Diagramming for WinForms Professional のリリース

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: Nov 13, 2012

Updates in this release

Updates in 6.0.1

  • Visual Studio 2012 Support - New version creates VS 2012 toolbox palette and installs sample projects. In addition, toolbox palettes are now created for all .NET target frameworks.
  • Magnifier Improvements - Magnifier tool size can now be specified independently on both axes using the MagnifierWidth and MagnifierHeight properties. The shape of the magnifier tool can also be customized using the MagnifierShape property.
  • Ruler Improvements - Ruler units can now be specified more...

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: Jun 1, 2011

Updates in this release

Updates in V5.6.3

  • CompositeLayout multi-level graph layout algorithm
  • Improved alignment in FlowchartLayout branches
  • OrthogonalLayout improved to create less link bends
  • DisableMirroring constraint prevents users from flipping a node
  • Scripting and CompositeLayout sample projects added