Skip to main content

RadarDiagram.BackImage Property

Gets the background image settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
BackgroundImage

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

Remarks

Use the BackImage property to specify the diagram’s background image and its size mode.

See Also