A newer version of this page is available.
Switch to the current version.
IMinorTickmark Interface
Identifies settings common to minor tickmarks.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v19.1.Core.dll
Declaration
public interface IMinorTickmark :
ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IMinorTickmark>
Public Interface IMinorTickmark
Inherits ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign(Of IMinorTickmark)
Related API Members
The following members accept/return IMinorTickmark objects:
Remarks
Use the ArcScale.MinorTickmark and LinearScale.MinorTickmark properties to customize minor tickmark settings.
See Also
Feedback