MindFusion.Diagramming for ActiveX Professional Releases

Released: Jul 5, 2022

Updates in 4.9.8

Features

  • Multiple labels per node - Allows multiple captions to be displayed for a single flowchart node. You can customize node labels including display and positioning.
  • Miscellaneous
    • The bhMoveLabels behavior now lets user move link and node labels interactively.
    • HorizontalOffset and VerticalOffset now work for arrow labels positioned using SetLinkLengthPosition method.

Released: Jan 26, 2022

Updates in 4.9.7

Features

  • Mouse wheel - The control now provides built-in mouse wheel handling.
    • By default, rotating the wheel scrolls the view vertically.
    • Users can scroll horizontally by holding down the Shift modifier key while rotating the mouse wheel.
    • The Control modifier scrolls the view in larger amounts (half the viewport width or height depending on scroll direction).
    • Setting the MouseWheelAction property to Zoom makes wheel rotation zoom into the view instead.
    • You could implement your own mouse-wheel...

Released: Aug 5, 2020

Updates in 4.9.6

Features

  • Registration free deployment - The distribution now includes manifest files for side-by-side/registration free deployment.
  • PNG support - The LoadPicture method can now load PNG images, both in classic and GDI+ graphics modes.
  • Layout improvements
    • TreeLayout can now arrange multiple trees.
    • Designate arrows as loop-back links in TreeLayout or DecisionLayout by setting ltGeneralLoop flag in LayoutTraits.
    • Improved handling of grouped nodes by automatic layout.
    • KeepGroupLayout property now...

Released: Jul 29, 2019

Updates in 4.9.5

Features

Selection improvements

  • The pen style and color of the selection lasso can be customized via LassoStyle, LassoWidth and LassoColor properties.
  • Holding Shift when drawing a selection lasso will extend to multiple selections, without deselecting previously selected items.
  • Dragging the pointed item when ModificationStart mode is set to auto-handles and while holding down Ctrl will add the item to a multiple selection.
  • Set the fDisableSelectionDirtyFlag bit of EventFlags to prevent setting...

Released: Dec 4, 2017

Updates in 4.9.4

Features

Flip shapes

  • The shape of bsShape boxes can be flipped horizontally or vertically. Enable the AllowFlip property and the shape flips when an edge is dragged over its opposite edge. You can get or set current flip state using FlipX and FlipY properties.

Arrow improvements

  • ArrowsSplittable now works for Bezier links too.
  • IntermArrowHead shapes are now rendered at correct position for Spline links.

Miscellaneous

  • KeepGroupLayout property is now available in all graph layout classes...

Released: Feb 10, 2017

Updates in 4.9.3

Features

  • Tree map layout - Tree maps represent hierarchies by nesting child nodes within their parents, where the areas of leaf nodes are proportional to their Weight values.
  • Arrow improvements
    • The component no longer keeps a separate segmentCount field, removing a common source of errors. The Segments property now calculates its value from ControlPoints elements.
    • The new bsSpline element of the EArrowStyle enumeration draws links as interpolating splines that pass through all of their control...

Released: Feb 5, 2016

Updates in this release

Updates in 4.9.2

  • Resize Table Columns and Rows - Columns and Rows can now be resized interactively. In order to resize, move the mouse pointer to the border line on column's right side or row's bottom side until it shows resize cursor and start dragging.

Released: Oct 31, 2011

Updates in this release

Updates in V4.5

  • FractalLayout tree layout algorithm
  • Specify start and end nodes for LayeredLayout
  • LayeredLayout.EnforceLinkFlow property
  • Interactive node alignment via alignment guides
  • Display checkboxes in table cells
  • Fill a table's caption bar with a gradient

Released: Mar 29, 2011

Updates in this release

Updates in V4.4

  • Simulated Annealing graph layout algorithm
  • LayeredLayout.StraightenLongLinks limits the number of links bends
  • TrackingRectColor property added to Overview
  • More precise text measuring in GDI+ mode

Released: Jun 16, 2010

Updates in this release

Updates in V4.3.1

  • Predefined ShapeTemplate definitions that implement the Object Management Group / Business Process Management notation. They are available as members of the Shapes collection and have names that start with a Bpmn prefix.