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

MinorTickmarkOptions Class

Contains settings that define the layout and behavior of the minor tickmarks along the scale.

Namespace: DevExpress.UI.Xaml.Gauges

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

Declaration

public class MinorTickmarkOptions :
    TickmarkOptions

The following members return MinorTickmarkOptions objects:

Remarks

The options provided by a MinorTickmarkOptions instance can be accessed via the Scale.MinorTickmarkOptions property of a Scale object.

To define the layout of the minor tickmarks, use the GaugeOptionsBase.ZIndex, TickmarkOptions.Offset, TickmarkOptions.FactorThickness and TickmarkOptions.FactorLength properties.

The behavior of the minor tickmarks is set by the MinorTickmarkOptions.ShowTicksForMajor property.

For more information on minor tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also