Back to Devexpress

IMajorTickmark Interface

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-06790721.md

latest2.0 KB
Original Source

IMajorTickmark Interface

Identifies settings common to major tickmarks.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public interface IMajorTickmark :
    ITickmark,
    IPrimitive,
    IBaseObject,
    IDisposable,
    INamedObject,
    INamed,
    ICloneable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IMajorTickmark>
vb
Public Interface IMajorTickmark
    Inherits ITickmark,
             IPrimitive,
             IBaseObject,
             IDisposable,
             INamedObject,
             INamed,
             ICloneable,
             ISupportLockUpdate,
             ISupportAcceptOrder,
             ISupportAssign(Of IMajorTickmark)

The following members return IMajorTickmark objects:

Remarks

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

See Also

IMajorTickmark Members

ArcScale.MajorTickmark

LinearScale.MajorTickmark

DevExpress.XtraGauges.Core.Model Namespace