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

BackgroundImage Class

Represents a background image within either a chart control or its elements.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public class BackgroundImage :
    ChartImage

The following members return BackgroundImage objects:

Library Related API Members
Cross-Platform Class Library Legend.BackImage
RadarDiagram.BackImage
XYDiagram3D.BackImage
XYDiagramPaneBase.BackImage
WinForms Controls ChartControl.BackImage
SnapChart.BackImage
ASP.NET Controls and MVC Extensions ChartControlSettings.BackImage
WebChartControl.BackgroundImage
WebChartControl.BackImage
Reporting XRChart.BackImage

Remarks

The BackgroundImage class defines the settings of an image used to fill the background of particular chart elements (for instance, a chart control’s diagram, a chart control itself).

Inheritance

See Also