Rilasci di MindFusion.Diagramming for WPF

Released: Dec 1, 2010

Updates in this release

Updates in 2011

  • Four new layout algorithms added to the diagram control
  • Now includes holiday functionality in the Calendar control
  • Resource view improvements in the Calendar control
  • Support for more chart types in reports

Released: Jul 12, 2010

Updates in this release

Updates in V2.4

  • Templated Nodes
    The TemplatedNode class represents nodes whose appearance is set through Xaml data templates. This class is useful mostly as a base type of custom nodes. However it is not abstract and can be used directly if the text -related properties defined in DiagramItem are sufficient for your purposes. The appearance of such nodes can be set through their Template property or the NodeTemplate property of the Diagram class.
  • WmfExporter component
    The WmfExporter class...

Released: Jun 16, 2010

Updates in this release

Updates in V2.3.3

  • Export to SVG
    The SvgExporter class creates a Scalable Vector Graphics (SVG) drawing from the content of a Diagram. The exporter enumerates all graphics primitives contained in the WPF visual tree and creates corresponding SVG elements. This enables custom graphics are hosted controls to be rendered in SVG too.
  • If LayoutTraits[SpringLayoutTraits.Frozen] is set, SpringLayout ignores forces acting on a node but still consider the node's repulsion force on other nodes
  • The...

Released: Jun 7, 2010

Updates in this release

Updates in V2.3.2

  • Support for .NET 4
    The package now includes a .NET 4 version of the MindFusion.Diagramming assemblies, available in the VS2010 subfolder of the installation folder. These assemblies can also be used in applications that target the .NET 4 Client Profile. The VS2010 folder also includes sample projects for Visual Studio 2010. Version 3 of the .NET runtime is still supported.
  • Styling
    This version enables styling of diagram items through the WPF styling system. Now DiagramItem...

Released: Apr 9, 2010

Updates in this release

Updates in V2.3.1

  • New properties for better integration with the WPF programming model: Font (replaced by FontFamily, FontSize, FontStretch, FontStyle, FontWeight), TextFormat (replaced by TextAlignment, TextVerticalAlignment, TextWrapping and TextTrimming), Pen (replaced by Stroke, StrokeThickness, StrokeDashStyle and various Stroke*Cap properties)
  • TextPadding specifies the padding of text within the text's bounding rectangle 
  • OriginConnection and DestinationConnection properties added to...

Released: Feb 23, 2010

Updates in this release

Updates in V2.3

  • Support for custom arrowheads.
  • Adjustment handles styling.
  • Granularity property added to QuickRouter. 
  • MinimumNodeSize specifies the minimum size of nodes that can be set by the user interactively. 
  • IntermediateShape arrowheads are now displayed for Bezier links too.
  • The DrawArrowhead method lets you render arrowhead shapes when custom-drawing.

Released: Nov 5, 2009

Updates in this release

Updates in V2.2

  • The TreeViewNode class represents nodes that can display hierarchical data
  • Added predefined shapes that implement the BPMN notation
  • FlowchartLayout recognizes program code -like patterns in the graph and arranges it as a flowchart
  • TopologicalLayout arranges a graph according to its topological ordering
  • A much faster link routing algorithm has been implemented
  • Behavior can be set to Pan to allow panning without holding down ALT
  • ShapeNode.ClipImage specifies whether the Image...