LinearScale.MajorTickmark Property
Provides access to major tick marks’ display options.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IMajorTickmark MajorTickmark { get; }
Property Value
Type | Description |
---|---|
IMajorTickmark | An object implementing the IMajorTickmark interface that provides settings controlling the display of major tick marks. |
Remarks
Use this property to customize options affecting the way major tick marks and labels are displayed. To specify the number of major tick marks along the scale, use the LinearScale.MajorTickCount property. To specify appearance options of major tick marks, use the LinearScaleComponent.AppearanceMajorTickmark, LinearScaleComponent.AppearanceTickmarkText and LinearScaleComponent.AppearanceTickmarkTextBackground properties.