Skip to main content

AxisBase.TickmarksMinorLength Property

Specifies the length (in pixels) of axis minor tickmarks.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Int32

An integer value specifying the length of the minor tickmarks, in pixels.

See Also