Back to Devexpress

RadarDiagram.BackColor Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-61b43769.md

latest1.7 KB
Original Source

RadarDiagram.BackColor Property

Gets or sets the diagram’s background color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color BackColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property BackColor As Color

Property Value

TypeDescription
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

BackImage

FillStyle

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace