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

IMinorTickmark Interface

Identifies settings common to minor tickmarks.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public interface IMinorTickmark :
    ITickmark,
    IPrimitive,
    IBaseObject,
    IDisposable,
    INamedObject,
    INamed,
    ICloneable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IMinorTickmark>

The following members return IMinorTickmark objects:

Remarks

Use the ArcScale.MinorTickmark and LinearScale.MinorTickmark properties to customize minor tickmark settings.

See Also