Back to Devexpress

ChartControl.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-90d4b334.md

latest1.7 KB
Original Source

ChartControl.BackgroundImageLayout Property

Overrides the BackgroundImageLayout property.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
ImageLayout

A ImageLayout enumeration value.

|

Remarks

This property is intended to hide the corresponding property of the Control class. Note that the BackgroundImageLayout property has no effect on the ChartControl.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace