Skip to main content

AxisBase.ShowMinorTickmarks Property

Specifies whether or not the axis minor tickmarks are visible.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowMinorTickmarks { get; set; }

Property Value

Type Description
Boolean

true, to show minor tickmarks; otherwise, false.

See Also