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

IMajorTickmark Interface

Identifies settings common to major tickmarks.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[TypeConverter(typeof(TickmarkObjectTypeConverter))]
public interface IMajorTickmark :
    ITickmark,
    IPrimitive,
    IBaseObject,
    IDisposable,
    INamedObject,
    INamed,
    ICloneable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IMajorTickmark>

The following members return IMajorTickmark objects:

Remarks

Use the ArcScale.MajorTickmark and LinearScale.MajorTickmark properties to customize major tickmark settings.

See Also