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

RadarDiagram.BackColor Property

Gets or sets the diagram’s background color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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