Skip to main content

AxisBase.TickmarksLength Property

Specifies the length (in pixels) of axis major tick marks.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Int32

An integer value, specifying the length of the major tick marks, in pixels.

See Also