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.