A newer version of this page is available.
Switch to the current version.
ChartControl.BackgroundImage Property
Overrides the BackgroundImage property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.UI.dll
Declaration
[Browsable(false)]
public Image BackgroundImage { get; set; }
<Browsable(False)>
Public Property BackgroundImage As Image
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
Feedback