MindFusion.Diagramming for WPF Releases

Released: Sep 25, 2017

Updates in 3.5.1

Funktionen

  • Visio 2013 Export improvements
    • Process link arrowheads.
    • Preserve diagram Z order.
    • Export link Text and Labels.
    • Export Image of ShapeNode objects.
  • Miscellaneous
    • Resize child nodes proportionally to their container.
    • LinkLabel Visibility property lets you hide labels temporarily.

Fehlerkorrekturen

  • CreateImage fix for blurry bitmaps when exporting large diagrams.
  • SvgExporter fix for non-zero origin of diagram's Bounds.
  • Group rotation fix when setting RotationAngle to zero from code.

Released: Jul 20, 2017

Updates in 3.5

Funktionen

  • Non-blocking layout methods - All graph layout classes now contain an async ArrangeAsync method that runs layout calculations in the background.
  • VirtualizingDiagram improvements - VirtualizingDiagram can now contain different type of nodes
  • Overview improvements
    • The boolean FitAll has been replaced by the ScaleMode enumeration property. It implements a third scaling mode where an overview's scale stays fixed and ignores a diagram's zoom level.
    • If AllowZoom is enabled, users can zoom...

Released: May 9, 2017

Updates in 3.4.3

Funktionen

  • Flip shapes - ShapeNodes can now be flipped horizontally or vertically.
  • DiagramLink improvements - AllowSplitLinks now works for Bezier links too. Users can insert a new Bezier segment by dragging any point (other than a control point) of a selected link. Adjacent segments can be merged back into a single one by dragging a tangent control point (square adjustment handle) onto a pass-through control point (round adjustment handle).
  • Miscellaneous
    • ShapeNode.TextLines property returns the...

Released: Jan 12, 2017

Updates in 3.4.2

Funktionen

  • Fluent API - New extension methods add support for fluent programming.
  • DiagramLink Improvements
    • The component no longer keeps a separate segmentCount field, removing a common source of errors. The SegmentCount property now calculates its value from ControlPoints elements. The UpdateFromPoints(updateGroups, updateSegments) overload has been removed too.
    • SegmentCount setter no longer refuses to change the number of segments if auto-routing is enabled, or the link is a self-loop.
    • The new...

Released: Aug 22, 2016

Updates in 3.4.1

Funktionen

  • ShapeListBox Control - The ShapeListBox control displays a list of Shape icons along with their DisplayName.
  • Shape Formula Improvements
    • The LocationForNode method of ShapeControlPoint returns current position of the control point for a node.
    • The UpdateShapeControlPoints method of ShapeNode lets you update the node appearance after adding new control points to a Shape.
    • ControlPoints are now saved in shape libraries.
  • Miscellaneous Updates
    • Enable inertia for pan interactions by setting...

Released: Mar 1, 2016

Updates in this release

Updates in V3.4

  • Free-form Nodes - A FreeFormNode collects all points from a mouse or via touch input and displays them as a node. It lets users draw free-form nodes interactively. Additional drawing modes can convert FreeFormNode objects drawn by the user to ShapeNode objects with a similar shape.
  • Shape Control Points - Shape formulas can now be parameterized by associating control points with Shape objects.
  • Miscellaneous Updates
    • Undo/redo records for in-place edit operations are now created...

Released: Sep 23, 2015

Updates in this release

Updates in V3.3.1

  • Resize Table Columns and Rows - TableNode columns and rows can now be resized interactively.
  • Barcode Nodes - Display EAN, UPC or QR barcodes in a node.
  • ShapeDesigner Improvements - Interactive zoom via the mouse wheel, undo support and the ability to create an alternative user interface for editing element attributes.
  • Miscellaneous
    • Prevent a node from leaving the diagram boundaries during user interaction.
    • Dashed selection frames are now drawn in two colors and are visible on...

Released: Jun 2, 2015

Updates in this release

Updates in V3.3

  • Support for Visio Stencils - Diagrams can now display shapes from stencil files in Visio 2003 XML stencil format (.vsx).
  • AnchorPatern Improvements - Associate anchor points with shape definitions.

Released: May 20, 2013

Updates in this release

Updates in V3.01

  • Selection Improvements - Let users select existing items, but not modify them or draw new ones. 
  • Preserve Order in Tree Layouts - A TreeLayout can keep the original geometric order of child nodes when arranging them under their parent. This can be used to arrange tree branches in a specific order by first positioning them in increasing horizontal or vertical positions.

Released: Dec 3, 2012

Updates in this release

Updates in V3.0

  • Visual Studio 2012 support.
  • Themes and theme editor.
  • Node effects.
  • Multi-page diagrams and tabbed views.
  • Multiple labels per link.
  • Layers and layer list-view control.
  • One-way graph layout.
  • Parallelization of layout algorithms.
  • Magnifier tool.