Skip to main content

AxisBase.ShowMajorTickmarks Property

Specifies whether or not the major 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 ShowMajorTickmarks { get; set; }

Property Value

Type Description
Boolean

true, to show major tickmarks; otherwise, false.

See Also