RadarDiagram.BackColor Property
In This Article
Gets or sets the diagram’s background color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color BackColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A Color value which specifies the diagram’s background color. |
#Remarks
Note that if the BackColor property is set to Empty, the background color is obtained from the current apperance (specified via the ChartControl.AppearanceName property).
See Also