MindFusion.Charting for WPF V2.2.1

Released: Dec 17, 2021

V2.2.1 버젼 업데이트

기능

  • Added Microsoft .NET 5 support - The Charting.WPF distribution now includes assemblies for .NET 5. Locally installed assemblies don't show automatically in toolbox at this time, you can add them to projects either manually or through Nuget package manager.
  • Added the ability to specify custom grid line positions by setting GridType to Custom and assigning coordinates to XGridLines and YGridLines collections.

수정사항

  • Miscellaneous:
    • Fixed segment clipping in linecharts for values outside of current vertical range.