Skip to main content

LinearScale.MajorTickmark Property

Provides access to major tick marks’ display options.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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.

See Also