RadarDiagram.BackImage Property
In This Article
Gets the background image settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public BackgroundImage BackImage { get; }
#Property Value
Type | Description |
---|---|
Background |
A Background |
#Remarks
Use the BackImage property to specify the diagram’s background image and its size mode.
See Also