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

IMajorTickmark.AllowTickOverlap Property

Gets or sets whether minor tickmarks are displayed at the positions where major tickmarks are displayed.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

bool AllowTickOverlap { get; set; }

Property Value

Type Description
Boolean

true if minor tickmarks are displayed at the positions where major tickmarks are displayed; otherwise, false.

Remarks

AllowTickOverlap

See Also