Skip to main content

Scale.MajorTickmarkOptions Property

Provides access to the options that define the appearance, behavior and location of major tickmarks within the current scale.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MajorTickmarkOptions MajorTickmarkOptions { get; set; }

Property Value

Type Description
MajorTickmarkOptions

A MajorTickmarkOptions object that contains settings for major tickmarks.

Remarks

Use the MajorTickmarkOptions property to customize different major tickmark settings (e.g., the MajorTickmarkOptions.ShowFirst and MajorTickmarkOptions.ShowLast properties define whether or not boundary tickmarks should be visible).

To change settings of minor tickmarks, use the Scale.MinorTickmarkOptions property.

See Also