Actipro Charts for UWP 2020.1 build 0355

Released: Sep 8, 2021

2020.1 build 0355 での更新項目

機能

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

不具合の修正

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