Released: Aug 3, 2022
Updates in 2022.R1
Features
- Added Microsoft .NET 6 support - The MindFusion.WPF Pack distribution now includes assemblies and sample projects for .NET 6. Locally installed assemblies do not appear automatically in Microsoft Visual Studio toolbox at this time, you can either add them manually or through NuGet package manager.
New in MindFusion.Diagramming for WPF
- Multiple labels per node - Allows multiple captions to be displayed for a single diagram node. You can customize node labels including display and...
Released: Dec 23, 2021
Updates in 2021.R2
Features
MindFusion.Diagramming
- Scrollable containers - You can now set the ContainerNode Scrollable property to let users scroll a container's contents.
- Container improvements
- ContainerNode containment is no longer implemented via a Group object. Child nodes are now stored in the dedicated Children collection and a node's container is returned by the Container property.
- Added the ClipChildren property which specifies whether to clip child items to container’s boundaries.
- You can now enable the...
Released: Jul 24, 2021
Updates in 2021.R1
Features
- Added support for Microsoft .NET 5 - The distribution now includes assemblies for Microsoft .NET 5.
New in MindFusion.Diagramming for WPF
- SVG nodes - New node class allows you to display SVG drawings.
- Import diagrams from SVG - The new SvgImporter class allows you to import SVG files into MindFusion.Diagramming.
- Code 128 barcodes - BarcodeNode now supports Code 128 barcodes.
- Lasso zoom tool - The control now supports several ways to zoom using Lasso tool:
- Set the Behavior property to...
Released: Jul 21, 2020
Updates in 2020.R1
2020.R1
Updated Jul 21, 2020
Features
New in MindFusion.Diagramming for WPF
- Animated layout - ArrangeAnimated methods added to Diagram and ContainerNode classes animate the movement of items from their original locations to new locations assigned by the layout object.
- JSON Serialization - Diagrams can now be serialized in JSON format. This can be used for interoperability with MindFusion JavaScript diagramming library, or for general storage in JSON files or databases.
- Localization improvements...
Released: Aug 8, 2018
Updates in 2018.1
Features
MindFusion.Diagramming for WPF
- Non-blocking layout methods - All graph layout classes now contain an ArrangeAsync method that runs layout calculations in the background.
- Layout improvements
- The KeepLinkShapes property lets you preserve the initial Shape value of links when LinkType is set to Cascading.
- Set the ConsiderNodeShapes property to align link end points to non-rectangular node borders.
- PathFinder improvements
- Imprvoed the speed of FindAllCycles and EnumAllCycles methods...
Released: Jul 13, 2017
Updates in 2017.R1
Features
MindFusion.Charting
- Funnel Chart - Funnel charts are often used to represent the stages of a process and show relative values or measurements associated with each stage.
- Miscellaneous
- Set ShowCrosshairs to display crosshairs in RealTimeChart.
- InnerLabelAlignment property of BarSeries lets you customize label alignment in bars.
- ClearMeshSelection method lets you clear selected meshes in 3D charts.
MindFusion.Diagramming
- Flip shapes - The shape of a ShapeNode can be flipped horizontally...
Released: May 19, 2016
Updates in 2016.R2
Features
MindFusion.Charting
- Candlestick Charts - Represents movement of stock or currency prices in financial charts.
- Bars in BarChart3D charts can now be rendered as cylinders.
- LineChart performance has been improved when rendering large data-sets.
MindFusion Virtual Keyboard
- MindFusion Virtual Keyboard has been added to MindFusion Pack for WPF.
Released: Feb 9, 2016
Updates in this release
Updates in 2016.R1
- Visual Studio 2015 support.
- MindFusion.Charting
- Support for multiple axes.
- Improved 3D charts.
- Improved zooming.
- Custom Formatting of labels in real-time charts.
- MindFusion.Diagramming
- Free-form nodes.
- Shape formulas can now be parameterized by associating control points with a shape objects.
- Resize table columns and rows.
- Display EAN, UPC or QR barcodes as node's content.
- Support for Visio stencils.
- ShapeDesigner improvements.
- MindFusion.Mapping
- MindFusion...
Released: Mar 10, 2015
Updates in this release
Updates in 2015.R1
- Support for Xaml templates - A template property has been added to the base DiagramNode class and now all node types can be templated.
- Shape Designer Control - New vector-drawing canvas where shape definitions can be created interactively.
- Tree Map Layout - Represent hierarchies by nesting child nodes within their parents, where the areas of leaf nodes are proportional to their weight values.
- Decision Flowchart Layout - Arrange simple flowcharts consisting of decision boxes...
Released: Mar 10, 2015
Updates in this release
Updates in 2015.R1
- Support for Xaml templates - All node types can now be templated.
- New Shape Designer Control - A vector-drawing canvas where shape definitions can be created interactively.
- Tree Map Layout - Represent hierarchies by nesting child nodes within their parents.
- Decision Flowchart Layout - Arrange simple flowcharts consisting of decision boxes with up to three outgoing links per node and activity boxes with a single outgoing link.
- Visio 2013 Export - Export the content of the...