MindFusion.WinForms Pack のリリース

Released: Dec 29, 2023

2023.R2 での更新項目

機能

New in MindFusion.Diagramming

  • Multi-touch support - Diagram views now handle Microsoft Windows touch messages and implement multi-touch gestures:
    • The view can be zoomed or panned using two-touch pinch/flick gestures.
    • Diagram nodes can be moved, scaled and rotated using two-touch pinch/flick gestures.
    • Each touch draws diagram items corresponding to current behavior.
    • Each touch started from a node draws a diagram link.
    • Prevent drawing of multiple items simultaneously, while keeping other multi...

Released: Jul 31, 2023

2023.R1 での更新項目

機能

New in MindFusion.Diagramming

  • Paged view - Diagram pages are arranged vertically in a shared scrollable range.
    • Apart from using scrollbars, users can also change pages by clicking navigation buttons.
    • The navigation bar can optionally display buttons for adding and removing pages.
    • The control raises PageAdding and PageRemoving validation events to confirm operations.
    • Users can edit page title double-clicking the label in the navigation bar.
  • Styled supplementary labels - New property lets you...

Released: Oct 31, 2022

2022.R2 での更新項目

機能

MindFusion.Diagramming

  • 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 users move link and node labels interactively.
    • HorizontalOffset and VerticalOffset now work for arrow labels positioned using SetLinkLengthPosition method.
    • Added new 'PatternRouter' constructor which accepts the string definitions of link routes...

Released: Apr 19, 2022

2022.R1 での更新項目

機能

  • Microsoft .NET 6 support - MindFusion.WinForms Pack now includes assemblies for .NET 6. Locally installed assemblies do not appear automatically in Microsoft Visual Studio toolbox at this time. You can add the controls manually or through Nuget package manager.
  • Diagram control
    • New MouseWheelAction property lets you toggle between scrolling or zooming via the mouse-wheel, or disable built-in support in order to apply custom logic from MouseWheel event handler.
    • ArrangeAsync method is now...

Released: Nov 1, 2021

2021.R2 での更新項目

機能

MindFusion.Diagramming

  • Spatial index - Set the EnableSpatialIndex property of the Diagram to create an index of item positions for faster hit-testing and viewport clipping queries. This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands, or more, items.
  • Pattern router - New PatternRouter class, routes links by applying patterns of segment and turn sequences and accepting them when resulting paths do not cross nodes:
    • A path is accepted if its...

Released: Jun 30, 2021

2021.R1 での更新項目

機能

  • Microsoft .NET 5 support - The MindFusion.WinForms Pack distribution now includes assemblies for .NET 5. 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.

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...

Released: Aug 27, 2020

2020.R1 での更新項目

機能

MindFusion.Diagramming

  • Animations - Diagram items can now be animated.
  • Animated Layout - Animate the movement of items from their original locations to new locations.
  • JSON Serialization - Diagrams can now be serialized in JSON format.
  • Miscellaneous
    • Arranges the child items inside a container using a specified layout class.
    • Diagram class now provides Arrange and ArrangeAsync methods that take a layout object as an argument.
    • New overload makes it easier to create links between TreeViewNode...

Released: Jan 14, 2019

2019.R1 での更新項目

機能

MindFusion.Diagramming for WinForms

  • Visio2013Exporter improvements
    • The Visio2013Exporter now fully renders tables, containers and composite nodes.
    • The Visio2013Exporter now renders custom nodes that draw themselves through the IGraphics interface.
    • Coordinates of exported link end points are now assigned Visio formulas and follow the borders of resized nodes.
  • LayeredLayout improvements
    • The KeepLinkShapes property lets you preserve the initial Shape value of links when LinkType is set to...

Released: Nov 23, 2017

2017.R2 での更新項目

機能

  • MindFusion.Charting
    • Miscellaneous
      • OuterLabelRotation and InnerLabelRotation properties of BarChart and bar series renderer classes let you set custom label rotation angles.
      • StackOuterLabels property of BarChart and BarStackRenderer specifies whether outer labels are displayed stacked on top of stacked bars.
      • The YLabelAlignment property of BiaxialChart specifies horizontal alignment of Y-axis labels.
  • MindFusion.Diagramming
    • Export to Excel - Export diagrams to Excel Open XML Format (XLSX) files...

Released: May 26, 2017

2017.R1 での更新項目

機能

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.
  • Interactive range selection - RangeSelector is a scrollbar-like component that lets users scroll or resize currently visible range of chart's data. BiaxialChart shows a horizontal range selector when its ShowXRangeSelector property is enabled, and a vertical one when ShowYRangeSelector is enabled. Scroll ranges are specified...