LinearScale.MajorTickmark Property
Provides access to major tick marks’ display options.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public IMajorTickmark MajorTickmark { get; }
#Property Value
Type | Description |
---|---|
IMajor |
An object implementing the IMajor |
#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.