In this release, we focused on improving current features, including LegendBox and PrintPreview, adding new properties to ViewXY, improving .NET Trader’s behavior, and more.
LegendBox
We are introducing a refined LegendBox rendering that harmonizes all XY, 3D, Polar, Pie3D, and Smith views. We have added new features for LegendBox, including the new VerticalTitlesGap property to control the minimum gap between titles. Furthermore, LegendBox now supports titles with multiple lines, and the mouse events over the LegendBox have more detailed information.
Below is an example of LegendBoxes with multiple line titles, and a normal versus a reduced vertical gap.
Printing and PrintPreview
Now in WinForms, the PrintPreview dialog is available in several languages, including English, German, and Finnish. We have also slightly changed the printing dialogue UI, and users can now control which items to show and which default values are set. Below is an example of the improved PrintPreview dialog window:
ViewXY: new AutoPadding property
We are introducing the new AutoPadding property for ViewXY, which is the padding for PXs that controls edges, such as outer edges or the rim of a chart, which encloses ViewXY margins.
AutoPadding can be used when Margins are auto-adjusted (AxisLayout.AutoAdjustMargins is enabled). Chart objects like Annotations and LegendBoxes can be placed in the padded area. AutoPadding is a padding structure in WinForms and a thickness structure in WPF. Below is a simple ViewXY.AutoPadding example where the padded area is pseudo-colored differently (in grey) for clarity (with Annotation help).
Other improvements
- Improved .NET Trader behavior: Band’s border now has an inner, outer, and none BorderType property
- Added support for 24-bit and 32-bit WAV audio files
- Improved handling of D3DImage failure



Top comments (0)