Overrides the ASPxWebControl.BackgroundImage property to hide it.
public BackgroundImage BackgroundImage { get; }
Public ReadOnly Property BackgroundImage As BackgroundImage
This property is overridden to hide the corresponding property of the ASPxWebControl class, because the BackgroundImage property isn't appropriate for the WebChartControl class.
Use the BackImage property instead.