Actipro Micro Charts for UWP 新版本發表
Released: Mar 3, 2022
22.1.0360 中的更新
特性
- Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.
修補程式
- Fixed an issue with MicroXYDataPointCollectionView throwing DivideByZeroException when initialized with zero for optimal aggregation count.
Released: Sep 8, 2021
2020.1 build 0355 中的更新
特性
- 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.
修補程式
- 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
2020.1 build 0353 中的更新
修補程式
- Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.
Released: Oct 10, 2019
2019.1 build 0341 中的更新
特性
- Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.