Skip to main content
A newer version of this page is available. .

ArcScale.MajorTickmark Property

Provides access to major tick marks’ display options.

Namespace: DevExpress.XtraGauges.Core.Model

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

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 ArcScale.MajorTickCount property. To specify appearance options of major tick marks, use the ArcScaleComponent.AppearanceMajorTickmark, ArcScaleComponent.AppearanceTickmarkText and ArcScaleComponent.AppearanceTickmarkTextBackground properties.

See Also