Skip to main content
A newer version of this page is available. .

ChartImage Class

Represents the base class for classes which provide the image options for a chart or its elements.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ChartImage :
    ChartElement,
    IDisposable,
    ICustomTypeDescriptor

The following members return ChartImage objects:

Remarks

The ChartImage provides the following properties that are common for all the derived classes: ChartImage.Image and ChartImage.ImageUrl. These properties allows you to load an image file (for a ChartControl instance), or specify a URL to it (for a WebChartControl instance).

Inheritance

See Also