Released: Dec 13, 2021
Atualizações na 22.1.0
Recursos
- 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.
Correções
- Fixed an issue with AggregationKind.Average...
Released: Sep 7, 2021
Atualizações na 21.1.3
Recursos
- Added the LabelVisibility.PointerProximitySingle option, which only shows the label closest to the pointer.
Released: Mar 8, 2021
Atualizações na 21.1.1
Correções
- 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
Atualizações na 21.1.0
Recursos
- 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
Atualizações na 2020.1.1
Correções
- Fixed a bug where a vertical bar series wouldn't plot in a certain scenario.
Released: Oct 2, 2020
Atualizações na 2020.1
Recursos
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.
Correções
- Fixed a bug where the theme's major...
Released: Dec 13, 2018
Atualizações na 2018.1 build 0674
Recursos
- 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.
Correções
- Fixed a bug where connecting to a Remote Desktop with an already-visible chart could throw an exception.
Released: Oct 16, 2018
Atualizações na 2018.1 build 0673
Recursos
- Updated bar charts to pass the XYDataPoint as data context into the BarTemplate.
Released: Jul 24, 2018
Atualizações na 2018.1 build 0672
Recursos
- Improved support for charts created on different threads.
Released: Mar 1, 2018
Atualizações na 2017.2 build 0665
Recursos
- Changed the ISeriesStyleSelector.SelectBarStyle method to be passed bar index and count, allowing for individual bars to be customized.