In this post we’ll show how to implement Visio-like dynamic pagination of the diagram canvas, expanding or shrinking it while users draw nodes interactively, and rendering custom page borders. This is demonstrated using MindFusion Windows Forms Diagram control, but equivalent APIs are provided by MindFusion diagramming libraries for other platforms.
Continue readingTag Archives: diagram
MindFusion.Diagramming for Blazor preview
We are soon releasing Blazor / WebAssembly flow diagramming library. First version implements most of the features of core MindFusion.Diagramming namespace from our WinForms desktop component, including layout and link routing algorithms. The library also includes NodeListView component for creating nodes via drag-and-drop. Import/export classes and other UI controls such as Ruler/Overview will be added with future releases.
If anyone is interested in trying out the beta version, please download this archive containing assemblies and sample projects:
https://mindfusion.eu/BlazorDiagram.zip
Continue readingRunning MindFusion ASP.NET MVC Diagram Under a Linux Server
In this blog post we are going to look at the steps required to run the MindFusion Diagramming library for ASP.NET MVC under a Linux server.
Football Playoff Table
We present you a table of a football championship, created with MindFusion org chart plugin.
Sankey diagram in WPF
In this post we’ll show one possible way of using MindFusion WPF Diagram with custom model objects, and will create a simple Sankey diagram as an example.
Continue reading