ArcScaleRangeBarOptions Class
Contains appearance and layout options for an arc scale range bar.
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 ArcScaleRangeBarOptions objects:
Remarks
The options provided by an ArcScaleRangeBarOptions instance can be accessed via the ArcScaleRangeBar.Options property of an ArcScaleRangeBar object.
To define the appearance of the arc scale range bars, use the RangeBarOptionsBase.Thickness property.
The layout of the range bars is set by the GaugeOptionsBase.ZIndex and RangeBarOptionsBase.Offset properties.
For more information on range bars, refer to the Range Bar (Circular Scale) document.