Back to Devexpress

ChartImage Class

corelibraries-devexpress-dot-xtracharts-3ca31232.md

latest1.9 KB
Original Source

ChartImage Class

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

Declaration

csharp
public class ChartImage :
    ChartElement,
    IDisposable,
    ICustomTypeDescriptor
vb
Public Class ChartImage
    Inherits ChartElement
    Implements 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

Object ChartElement ChartImage BackgroundImage

See Also

ChartImage Members

DevExpress.XtraCharts Namespace