A newer version of this page is available.
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; }
Public ReadOnly Property BackgroundImage As BackgroundImage
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
Feedback