Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / GaugeRange Class
Members

In This Topic
    GaugeRange Class
    In This Topic
    Defines ranges to be used with C1Gauge controls.
    Object Model
    GaugeRange Class
    Syntax
    'Declaration
     
    Public Class GaugeRange 
       Inherits System.Windows.DependencyObject
    public class GaugeRange : System.Windows.DependencyObject 
    Remarks
    Range objects have min and max properties that define the range's domain, as well as color and thickness properties that define the range's appearance. Every Gauge control has at least two ranges: the Face defines the minimum and maximum values for the gauge, and the Pointer displays the gauge's current value. In addition to the built-in ranges, gauges may have additional ranges used to display regions of significance (for example, low, medium, and high values).
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Gauge.GaugeRange

    See Also