Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Charting for WinForms, V4.2 (Read 1521 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Charting for WinForms, V4.2
Jan 4th, 2022 at 10:00am
Print Post  
We have released version 4.2 of MindFusion.Charting for WinForms. It contains the following new features and improvements:

Tower charts
The TowerChart control and TowerRenderer component draw tower charts, rendering series side by side to allow comparing data sequence and sizes. Assign the series to compare to LeftSeries and RightSeries properties of the chart. The chart segments are arranged according to the value of TowerLayout property, and their shape is drawn as specified by SegmentShape.

Tower charts require three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the Series interface to provide data from your own data structures.



.NET 6 support
The MindFusion.Charting distribution now includes assemblies for .NET 6. Locally installed assemblies don't show automatically in toolbox at this time, you can either add them manually or through Nuget package manager.

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

Updated assemblies are also available as MindFusion.Charting NuGet package.

Enjoy!
« Last Edit: Jan 9th, 2022 at 1:03pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint