Actipro Micro Charts for UWP Releases

Released: Mar 3, 2022

Updates in 22.1.0360

Features

  • Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.

Fixes

  • Fixed an issue with MicroXYDataPointCollectionView throwing DivideByZeroException when initialized with zero for optimal aggregation count.

Released: Sep 8, 2021

Updates in 2020.1 build 0355

Features

  • 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.

Fixes

  • 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.

Released: Feb 15, 2021

Updates in 2020.1 build 0353

Fixes

  • Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.

Released: Oct 10, 2019

Updates in 2019.1 build 0341

Features

  • Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.