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

ChartControl.BackgroundImage Property

Overrides the BackgroundImage property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.UI.dll

Declaration

[Browsable(false)]
public Image BackgroundImage { get; set; }

Property Value

Type Description
Image

A Image value which represents the background image for a control.

Remarks

This property is intended to hide the corresponding property of the Control class.

See Also