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

RadarAxisY.Color Property

Gets or sets the color of a radial axis for the Radar type of chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure which specifies the color of the axis.

Remarks

If the Color value is Empty (the default value of the property), the color used to draw an axis is obtained from the current chart appearance.

See Also