Xceed Business Suite for WPF V25.2

Released: Apr 29, 2025

Updates in V25.2

Funktionen

Xceed Toolkit Plus for WPF

  • Chart
    • Added a new class called DoughnutLayout, which can now be used to perform the creation, layout and arrangement of doughnut charts’ primitives.
    • Added a new class called DoughnutPrimitiveInfo, which can now be used to store the data used to perform the layout of doughnut charts & the databinding of their primitives.
    • Added a new class called DoughnutLayout.InnerRadius, which can now be used to get or set the inner radius adjustments of doughnut slices.
    • Added a new class called Series.UseAnimations, that now allows to animate the Series’ elements when using doughnut or pie charts.
    • Added a new class called Series.UseGradientBackground, which can now be used to get or set if the Series’ elements use a gradient background.
    • Added a new class called Series.IsSmooth, which can now be used to add rounded curves to polygons & lines with sharp angles.
    • Added a new class called Axis.ShowAxisPointer, which can now be used to show the data associated with the current cursor position.
    • Added a new class, called GapPolygon, which can now be used to draw polygons and smooth their angles.
    • Added a new class called Axis.AxisPointerGridLineTemplate, which can now be used to set the DataTemplate that will be used to display the GridLine attached to the Axis pointer function.
    • Added a new property, called Axis.AxisPointerLabelTemplate, which can now be used to set the DataTemplate that will be used to display the LevelLabel attached to the Axis pointer function.
    • Added a new property, called GapPoliline.IsSmooth, which can now be used to draw a polygon or a line with rounded angles.
  • AvalonDock
    • Floating a LayoutAnchorable when the DockingManager defines DataTemplates for specific DataTypes will now display said LayoutAnchorable’s content using the valid DataTemplates.
  • DateTimePicker
    • Selecting and incrementing or decrementing a time part now correctly increments or decrements said part.
  • TimePicker
    • Selecting and incrementing or decrementing a time part now correctly increments or decrements said part.
  • StyleableWindow
    • Displaying the ContextMenu with a right click no longer freezes the window if there is no selection made when the mouse’s left button clicks away from the ContextMenu.