LinearScaleMarkerOptions Class
Contains layout options for a linear scale marker.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return LinearScaleMarkerOptions objects:
Remarks
The options provided by a LinearScaleMarkerOptions instance can be accessed via the LinearScaleMarker.Options property of a LinearScaleMarker object.
To define the layout of the linear scale markers, use the LinearScaleMarkerOptions.Orientation, GaugeOptionsBase.ZIndex, MarkerOptionsBase.FactorHeight, MarkerOptionsBase.FactorWidth and MarkerOptionsBase.Offset properties.
For more information on markers, refer to the Marker (Linear Scale) document.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
GaugeElement
BaseGaugeNotificationElement
GaugeOptionsBase
MarkerOptionsBase
LinearScaleMarkerOptions
See Also