Skip to main content

Axis2D.Thickness Property

Specifies the thickness (in pixels) of the axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public int Thickness { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the thickness of the axis, in pixels.

#Remarks

To specify the color of an axis, use the Axis2D.Color property.

For more information, refer to Axis Appearance and Position.

See Also