Back to Devexpress

IMajorTickmark.AllowTickOverlap Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark-c6f362df.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
bool AllowTickOverlap { get; set; }
vb
Property AllowTickOverlap As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See Also

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace