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.