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

Range

A Range marks a certain interval on a Circular Gauge. A Circular Gauge can contain multiple ranges, which are displayed as bars along a Scale.

Circular Gauge_Range

A Range is represented by an instance of the ArcScaleRange class, which should be added to the ArcScaleRangeCollection returned by the ArcScale.Ranges property.

The table below lists the main properties affecting element behavior and appearance.

Characteristics Members
Data RangeBase.StartValue, RangeBase.StartValueAbsolute,RangeBase.EndValue, RangeBase.EndValueAbsolute
Visibility RangeBase.IsHitTestVisible,LayerBase.Visible
Appearance CircularGaugeControl.Model,ArcScaleRange.Presentation
Behaviour RangeBase.Options