Back to Devexpress

ArcScaleRangeBarOptions Class

wpf-devexpress-dot-xpf-dot-gauges-76d68692.md

latest2.5 KB
Original Source

ArcScaleRangeBarOptions Class

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class ArcScaleRangeBarOptions :
    RangeBarOptionsBase
vb
Public Class ArcScaleRangeBarOptions
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject RangeBarOptionsBase ArcScaleRangeBarOptions

See Also

ArcScaleRangeBarOptions Members

Range Bar

DevExpress.Xpf.Gauges Namespace