IMajorTickmark Interface
Identifies settings common to major tickmarks.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[TypeConverter(typeof(TickmarkObjectTypeConverter))]
public interface IMajorTickmark :
ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IMajorTickmark>
Related API Members
The following members return IMajorTickmark objects:
Remarks
Use the ArcScale.MajorTickmark and LinearScale.MajorTickmark properties to customize major tickmark settings.
See Also