Scale.MajorTickmarkOptions Property
In This Article
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 |
---|---|
Major |
A Major |
#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