Axis2D.Color Property
In This Article
Specifies the axis color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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