Back to Devexpress

Axis2D.Color Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-cec88ade.md

latest1.6 KB
Original Source

Axis2D.Color Property

Specifies the axis color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

Thickness

Axis Appearance and Position

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace