Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

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