Skip to main content

AxisBase.ShowMinorTickmarks Property

Specifies whether or not the axis minor tickmarks are visible.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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