corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-06790721.md
Identifies settings common to major tickmarks.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public interface IMajorTickmark :
ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IMajorTickmark>
Public Interface IMajorTickmark
Inherits ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign(Of IMajorTickmark)
The following members return IMajorTickmark objects:
Use the ArcScale.MajorTickmark and LinearScale.MajorTickmark properties to customize major tickmark settings.
See Also