Back to Devexpress

Axis2D.Thickness Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-4aa545a9.md

latest1.6 KB
Original Source

Axis2D.Thickness Property

Specifies the thickness (in pixels) of the axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

Color

Axis Appearance and Position

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace