Skip to main content
A newer version of this page is available.
All docs
V18.2

WebChartControl.BackgroundImage Property

Overrides the ASPxWebControl.BackgroundImage property to hide it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

Always null (Nothing in Visual Basic).

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the BackgroundImage property isn’t appropriate for the WebChartControl class.

Note

Use the WebChartControl.BackImage property instead.

See Also