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

Axis2D.Color Property

Specifies the axis color.

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 axis color.

Remarks

To specify the thickness of an axis, use the Axis2D.Thickness property.

For more information, refer to Axis Appearance and Position.

See Also