Skip to main content
A newer version of this page is available. .

XYDiagramPaneBase.BackImage Property

Gets the pane’s background image settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BackgroundImage BackImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object which provides settings that specify the pane’s background image.

Remarks

Use the BackImage property to specify the pane‘s background image and its size mode.

See Also