ChartImage Class
The base class for classes that contain the image options for a chart or its elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ChartImage :
ChartElement,
IDisposable,
ICustomTypeDescriptor
Related API Members
The following members return ChartImage objects:
Remarks
The ChartImage contains the following properties that are common for all derived classes: ChartImage.DXImage and ChartImage.ImageUrl. These properties allow you to load an image file (for a ChartControl instance), or specify a URL to it (for a WebChartControl instance).
Inheritance
Object
ChartElement
ChartImage
See Also