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

Axis2D.Thickness Property

Specifies the thickness (in pixels) of the axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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