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

ArcScaleRangeBarOptions Class

Contains appearance and layout options for an arc scale range bar.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public class ArcScaleRangeBarOptions :
    RangeBarOptionsBase

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 ArcScaleRangeBarOptions.ZIndex and RangeBarOptionsBase.Offset properties.

For more information on range bars, refer to the Range Bar (Circular Scale) document.

See Also