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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

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
Reporting XRChart.BackImage
ASP.NET Web Forms Controls ChartControlSettings.BackImage
WebChartControl.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