Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for WPF, V3.6.2 (Read 1850 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 720
Joined: Apr 6th, 2003
Diagramming for WPF, V3.6.2
Jan 23rd, 2021 at 3:27pm
Print Post  
We have released version 3.6.2 of WPF Diagram control. It contains the following new features and improvements:

.NET 5 assemblies
The distribution now includes assemblies for .NET 5. Automatic VS toolbox integration is not available at this time; you must add diagramming.wpf assembly references to the project manually or through Nuget, and then add corresponding elements to Xaml markup for the various controls from the library.

Fishbone diagrams
The FishboneDiagram controls creates Ishikawa diagrams (a.k.a. fishbone or cause-and-effect diagrams) from specified data source. Fishbone diagrams are used to display causes of manufacturing effect / defect / event, grouped in categories, and arranged as ribs around a backbone. The FishboneDiagram control creates a category branch (rib) for each item specified in the ItemsSource property. Category labels are obtained from the items' property specified by LabelPath. The causes in a category are obtained from the collection-property of items specified via CausesPath. If the collection contains strings, they are displayed directly as labels in respective branch. If causes are data objects, their labels are obtained through CauseLabelPath.

Miscellaneous
  • The TextLinePositions property returns the positions of text lines in ShapeNode.
  • Fixed TextLines exception when Text is empty string.
  • PdfExporter and SvgExporter now support ImageBrush brushes.
  • Arc direction fixes in PdfExporter and SvgExporter.
  • Fixed DiagramLink exceptions in clipboard copy and paste methods.

Installer for the latest version can be downloaded here, or from the clients area on our site:
https://mindfusion.eu/WpfDiagTrial.zip

Updated assemblies are also available as MindFusion.Diagramming.Wpf NuGet package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint