Skip to main content

AxisBase.ShowMajorTickmarks Property

Specifies whether or not the major tickmarks are visible.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowMajorTickmarks { get; set; }

#Property Value

Type Description
Boolean

true, to show major tickmarks; otherwise, false.

See Also