Actipro Charts for WPF 新版本发表

Released: Dec 13, 2021

22.1.0 中的更新

特性

  • 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.
  • Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.
  • Validated Microsoft .NET 6 compatibility.
  • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.

修补程序

  • Fixed an issue with AggregationKind.Average where the...

Released: Sep 7, 2021

21.1.3 中的更新

特性

  • Added the LabelVisibility.PointerProximitySingle option, which only shows the label closest to the pointer.

Released: Mar 8, 2021

21.1.1 中的更新

修补程序

  • Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.

Released: Feb 18, 2021

21.1.0 中的更新

特性

  • Updated the label collision logic.
  • Validated Microsoft .NET 5 compatibility.
  • Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
  • Updated Microsoft .NET Framework assemblies to target .NET Framework 4.5.2 instead of .NET Framework 4.0.
  • Modernized offline documentation, and introduced online documentation on the Actipro web site.
  • Created a new 'WPF-Controls' GitHub repository with the full source of documentation topics, samples and other code.

Released: Nov 18, 2020

2020.1.1 中的更新

修补程序

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

Released: Oct 2, 2020

2020.1 中的更新

特性

Microsoft .NET Core Assemblies

  • Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.

NuGet Packages

  • Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.

修补程序

  • Fixed a bug where the theme's major/minor tick...

Released: Dec 13, 2018

2018.1 build 0674 中的更新

特性

  • 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 bug where connecting to a Remote Desktop with an already-visible chart could throw an exception.

Released: Oct 16, 2018

2018.1 build 0673 中的更新

特性

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

Released: Jul 24, 2018

2018.1 build 0672 中的更新

特性

  • Improved support for charts created on different threads.

Released: Mar 1, 2018

2017.2 build 0665 中的更新

特性

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