Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RangeOptions Class

Contains layout and appearance options for a range.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public class RangeOptions :
    GaugeDependencyObject

The following members return RangeOptions objects:

#Remarks

The options provided by a RangeOptions instance can be accessed via the RangeBase.Options property of a RangeBase object.

To define the layout of the ranges, use the RangeOptions.ZIndex, RangeOptions.Offset property.

The appearance of the ranges is set by the RangeOptions.Thickness property.

For more information on ranges, refer to the Ranges (Circular Scale) and Ranges (Linear Scale) documents.

See Also