Actipro Charts for UWP 릴리스
Released: May 26, 2022
22.1.0361 버젼 업데이트
기능
- Improved positioning when all values in a series are the same.
수정사항
- Fixed an issue where XYDataPoint.OriginalValue, in some data aggregation scenarios, might be assigned an internal type tracking the value instead of the original value, and this could impact custom labeling of data points.
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 XYDataPointCollectionView throwing DivideByZeroException when initialized with zero for optimal aggregation count.
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...
Released: Feb 15, 2021
2020.1 build 0353 버젼 업데이트
기능
- Updated the label collision logic.
수정사항
- Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.
Released: Nov 18, 2020
2020.1 build 0352 버젼 업데이트
기능
- Updated PieSeries to watch for ItemsSource collection changes.
수정사항
- Fixed a bug where a vertical bar series wouldn't plot in a certain scenario.
Released: Oct 10, 2019
2019.1 build 0341 버젼 업데이트
기능
- Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.
Released: Mar 11, 2019
2018.1 build 0332 버젼 업데이트
기능
- Added the PieSeries.SliceToolTipFormat, SliceToolTipFunc, ChildSliceToolTipFormat, and ChildSliceToolTipFunc properties, which can be used to supply pie slice tooltips.
- Updated stacked charts to show each data point's actual value in the label instead of the stacked value.
수정사항
- Fixed a rendering bug when plotting charts for a single date/time axis unit range.
Released: Oct 16, 2018
2018.1 build 0331 버젼 업데이트
기능
- Updated bar charts to pass the XYDataPoint as data context into the BarTemplate.
Released: Mar 1, 2018
2017.2 build 0323 버젼 업데이트
기능
- Changed the ISeriesStyleSelector.SelectBarStyle method to be passed bar index and count, allowing for individual bars to be customized.
Released: Jan 2, 2018
2017.2 build 0322 버젼 업데이트
기능
- Added property that determines if anti-aliasing of lines are reduced at the cost of making smooth curves more jagged.