corelibraries-devexpress-dot-xtracharts-3ca31232.md
The base class for classes that contain the image options for a chart or its elements.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ChartImage :
ChartElement,
IDisposable,
ICustomTypeDescriptor
Public Class ChartImage
Inherits ChartElement
Implements IDisposable,
ICustomTypeDescriptor
The following members return ChartImage objects:
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).
Object ChartElement ChartImage BackgroundImage
See Also