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

AxisBase.ShowMinorTickmarks Property

Specifies whether or not the axis minor tickmarks are visible.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateAxisLayout")]
public bool ShowMinorTickmarks { get; set; }

Property Value

Type Description
Boolean

true, to show minor tickmarks; otherwise, false.

See Also