Skip to main content

IMajorTickmark Interface

Identifies settings common to major tickmarks.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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