Actipro Charts for UWP 2020.1 build 0355
Released: Sep 8, 2021
Updates in 2020.1 build 0355
Features
- Added the LabelVisibility.PointerProximitySingle option, which only shows the label closest to the pointer.
- Added new AggregationKind.SignedMaximum and AggregationKind.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 AggregationKind.Average where the first value in the set being aggregated might not be properly applied to the final average.
- Fixed an issue with AggregationKind.Average where DateTime value types might be converted to Int64 value types.