IMinorTickmark Interface
Identifies settings common to minor tickmarks.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[TypeConverter(typeof(TickmarkObjectTypeConverter))]
public interface IMinorTickmark :
ITickmark,
IPrimitive,
IBaseObject,
IDisposable,
INamedObject,
INamed,
ICloneable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IMinorTickmark>
Related API Members
The following members return IMinorTickmark objects:
Remarks
Use the ArcScale.MinorTickmark and LinearScale.MinorTickmark properties to customize minor tickmark settings.
See Also