Skip to main content

ChartImage Class

The base class for classes that contain the image options for a chart or its elements.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ChartImage :
    ChartElement,
    IDisposable,
    ICustomTypeDescriptor

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

See Also