Skip to main content

AxisBase.Thickness Property

Gets or sets the thickness of the axis. This is a dependency property.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "InvalidateAxisLayout")]
public int Thickness { get; set; }

Property Value

Type Description
Int32

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

See Also