MindFusion.Charting for WinForms 版本发布

查看各个版本中的新增内容,包括功能、增强和已解决问题的详细信息。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Charting for WinForms V4.22022年1月4日
功能
  • Added support for Tower charts:
    • The TowerChart control and TowerRenderer component rendering series side by side to allow you to compare data sequence and sizes.
    • Tower charts require three-dimensional series.
      • The first dimension specifies event order or timing and is used to sort or position segments.
      • The second dimension specifies duration and is rendered as segment length along the main axis.
      • The 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.
  • Added Microsoft .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.