RadarAxisY.Color Property
Gets or sets the color of a radial axis for the Radar type of chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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