ComponentOne Gauges for WPF and Silverlight
About C1Gauges / Using C1RadialGauge / C1RadialGauge Values
In This Topic
    C1RadialGauge Values
    In This Topic

    You can use the C1RadialGauge control's MinimumMaximum, and Value properties to specify the available range and the selected value in that range:

     

     

    The Minimum and Maximum properties specify the range of values the gauge is designed to show. For example, a thermometer may have a scale ranging from -40 to 100 degrees, and a speedometer may have range of 0 to 140 miles per hour. The range is specified through the Minimum and Maximum properties (of type double). The default range for a C1RadialGauge control is from 0 to 100.

    The Value property indicates the current value of the gauge. In the C1RadialGauge control, this is indicated visually by the value the Pointer element is pointing to. The default Value for a C1RadialGauge control is 50.