Rilasci di Actipro Charts for UWP

Released: May 26, 2022

Aggiornamenti in 22.1.0361

Funzionalità

  • Improved positioning when all values in a series are the same.

Correzioni

  • 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

Aggiornamenti in 22.1.0360

Funzionalità

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

Correzioni

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

Released: Sep 8, 2021

Aggiornamenti in 2020.1 build 0355

Funzionalità

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

Correzioni

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

Released: Feb 15, 2021

Aggiornamenti in 2020.1 build 0353

Funzionalità

  • Updated the label collision logic.

Correzioni

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

Released: Nov 18, 2020

Aggiornamenti in 2020.1 build 0352

Funzionalità

  • Updated PieSeries to watch for ItemsSource collection changes.

Correzioni

  • Fixed a bug where a vertical bar series wouldn't plot in a certain scenario.

Released: Oct 10, 2019

Aggiornamenti in 2019.1 build 0341

Funzionalità

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

Released: Mar 11, 2019

Aggiornamenti in 2018.1 build 0332

Funzionalità

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

Correzioni

  • Fixed a rendering bug when plotting charts for a single date/time axis unit range.

Released: Oct 16, 2018

Aggiornamenti in 2018.1 build 0331

Funzionalità

  • Updated bar charts to pass the XYDataPoint as data context into the BarTemplate.

Released: Mar 1, 2018

Aggiornamenti in 2017.2 build 0323

Funzionalità

  • Changed the ISeriesStyleSelector.SelectBarStyle method to be passed bar index and count, allowing for individual bars to be customized.

Released: Jan 2, 2018

Aggiornamenti in 2017.2 build 0322

Funzionalità

  • Added property that determines if anti-aliasing of lines are reduced at the cost of making smooth curves more jagged.