exgraph - what's new
Exontrol ExGraph Component - Release Notes (https://exontrol.com/exgraph.jsp)

12.0.0.1 Feb 19, 2025
*Added: The MultiColorSerie {boolean}, determines whether a single data series (single-valid serie) in a chart can use multiple colors for its data points instead of a single uniform color
*Added: The Icon parameter of the ReplaceIcon method supports loading an icon in various ways. If the ICON is not provided via its handle, it will attempt to load it from a picture using its reference, the full path to the picture file, or the picture's content encoded as BASE64 strings using the eXImages tool.
*Fixed: Declares event parameters as [in, out] in the control's Type library to ensure that the class wrapper correctly generates code for parameters passed by reference. For example, in Delphi, the wrapper class now displays the NewValue parameter of the Change event as var NewValue: OleVariant rather than const NewValue: OleVariant.

11.0.0.1 Nov 22, 2024
*NEW:   Support for importing data from TXT files encoded in UTF-8, UTF-16 Little Endian, and UTF-16 Big Endian formats
*Fixed: The Import method may trigger a stack overflow exception when importing large files
*Fixed: The Background(exToolTipAppearance) call might be time-consuming

10.0.0.3 Aug 29, 2024
*Fixed: The Stack property does not work for radarArea and radarLine chart types
*Fixed: The plots of the polarscatter chart type are not visible
*Fixed: For certain chart types, the Color property of the Serie object is ignored

10.0.0.2 Jun 19, 2024
*Added: /NET and /WPF versions
*Fixed: Ensures that the value-label fits the graph's window
*Fixed: The Misc(exPaddingInsidePie) property has no effect

10.0.0.1 May 01, 2024
* Initial Release