RadarDiagram.BackColor Property
Gets or sets the diagram’s background color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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