Actipro Charts for WPF Releases

Released: Mar 13, 2026

Atualizações na 25.1.4

Recursos

  • Charts
    • Improved X/Y charts to support binding to ICollectionView objects as an ItemsSource.
  • Shared
    • Added the TrustedCodeService class that manages dynamic loading of types in a secure-by-default manner. This change may be potentially breaking for certain rarely used features, so it's important to review the related documentation for details.

Correções

  • Shared
    • Removed a MaxLines setter in EmbeddedTextBox's default style, as it seemed to cause a minor layout issue in some scenarios.

Released: Jan 22, 2026

Atualizações na 25.1.3

Recursos

  • Improved X/Y and pie charts to support binding to DataTable and DataView objects as an ItemsSource.

Correções

Shared

  • Fixed a rare exception that might be thrown from InfoBarPanel due to a negative calculated width of the center column.

Released: Nov 6, 2025

Atualizações na 25.1.2

Recursos

  • Updated ChartMarker to be assigned the XYDataPoint data context for which it is created, which allows index or information from the original data to be retrieved and used in a custom marker template.
  • Improved the crispness of rendered rectangles.

Correções

  • Fixed an issue where UserPromptBuilder would not properly size a user prompt if the startup location was configured as CenterOwner and the owner could not be resolved.
  • Fixed an issue where an exception might be thrown when attempting...

Released: Jul 31, 2025

Atualizações na 25.1.1

Recursos

Shared

  • Refactored ResizablePopupContentHost to facilitate virtualization in some scenarios.
  • Updated UICommand*WindowText string resources to have underscores for menu item accelerator support, and added new UI*ButtonToolTip string resources for use with window title bar buttons.

Correções

Shared

  • Fixed an issue where Avatar wasn't deriving initials for e-mail addresses properly.

Released: May 14, 2025

Atualizações na 25.1.0

Recursos

  • All
    • Added .NET assembly targets for .NET 8.
    • Updated .NET assemblies to target .NET 6 instead of .NET Core 3.1.

Released: Feb 26, 2024

Atualizações na 24.1.1

Recursos

  • Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
  • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires...

Released: Apr 19, 2023

Atualizações na 23.1.0

Recursos

  • Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
  • Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
  • Updated all assemblies to be code-signed.

Released: Apr 4, 2023

Atualizações na 22.1.5

Recursos

  • Validated Microsoft .NET 7 compatibility.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.

Released: May 27, 2022

Atualizações na 22.1.2

Recursos

  • Improved axis value positioning and major tick mark generation for when all values in a series are the same value.
  • Improved the product installer.
  • Changed the product installer to install shortcuts and samples to folders accessible by all users.

Correções

  • 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 15, 2022

Atualizações na 22.1.1

Recursos

  • Improved Microsoft Visual Studio 2022 designer support.