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.