Back to Devexpress

ChartControl.BackgroundImage Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-d1830582.md

latest1.5 KB
Original Source

ChartControl.BackgroundImage Property

Overrides the BackgroundImage property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image BackgroundImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BackgroundImage As Image

Property Value

TypeDescription
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

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace