Back to Devexpress

ArcScale.MajorTickmark Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-ca0dfc58.md

latest2.5 KB
Original Source

ArcScale.MajorTickmark Property

Provides access to major tick marks’ display options.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IMajorTickmark MajorTickmark { get; }
vb
Public ReadOnly Property MajorTickmark As IMajorTickmark

Property Value

TypeDescription
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

MajorTickCount

AppearanceMajorTickmark

AppearanceTickmarkText

AppearanceTickmarkTextBackground

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace