Actipro Micro Charts for WPF 22.1.0

Released: Dec 13, 2021

22.1.0 中的更新

特性

  • Added new MicroAggregationKind.SignedMaximum and MicroAggregationKind.SignedMinimum which compare against absolute values while retaining the sign of the original value; e.g., -5 is greater than 4.
  • Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.
  • Validated Microsoft .NET 6 compatibility.
  • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.

修补程序

  • Fixed an issue with MicroAggregationKind.Average where the first value in the set being aggregated might not be properly applied to the final average.
  • Fixed an issue with MicroAggregationKind.Average where DateTime value types might be converted to Int64 value types.
  • Fixed an issue with MicroXYDataPointCollectionView throwing DivideByZeroException when initialized with zero for optimal aggregation count.