ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / C1GaugeRange Class
Fields Properties Methods Events


In This Topic
    C1GaugeRange Class Members
    In This Topic

    The following tables list the members exposed by C1GaugeRange.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1GaugeRange.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the EndLocation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the EndWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Fill dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the StartLocation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the StartWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Stroke dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the StrokeThickness dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ValueBinding dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Width dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the relative end location of the C1GaugeRange (when using differential locations).  
    Public PropertyGets or sets the end width of the C1GaugeRange (when using differential widths).  
    Public PropertyGets or sets the brush used to paint the fill of the C1GaugeRange.  
    Public PropertyGets/sets the value where the decorator starts. Set to double.NaN to bind to Gauge's minimum (default). (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertyLogical value representing the starting point of the decorator, where 0 represents the center, and 1 represents the axis location. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the opacity of the element. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the brush used as opacity mask of the element. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the relative start location of the C1GaugeRange (when using differential locations).  
    Public PropertyGets or sets the start width of the C1GaugeRange (when using differential widths).  
    Public PropertyGets or sets the brush used to paint the stroke of the C1GaugeRange.  
    Public PropertyGets or sets the stroke thickness of the C1GaugeRange.  
    Public PropertyGets/sets the value where the decorator ends. Set to double.NaN to bind to Gauge's maximum (default). (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertyBinds the C1Gauge value to any of the end points of this range.  
    Public PropertyGets or sets the element visibility. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Public PropertySets/gets the range's width.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the calculated end location. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated width of the end. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated from. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected PropertyGets or sets the calculated location. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected PropertyGets or sets the calculated start location. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated width of the start. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated to. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected PropertyReturns true if the decorator behaves as a repeater of elements that might have collisions with other decorators. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodCreate ControlPresenter for a value or get it from the cache. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected MethodDetermines whether the location is safe in the context of the current C1Gauge. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected MethodOverridden.   
    Protected MethodConverts a location into a safe location in the context of the current C1Gauge. (Inherited from C1.Silverlight.Gauge.C1GaugeDecorator)
    Protected MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public EventFired when the C1Gauge value enters to this range of values.  
    Public EventFired when the C1Gauge value leaves this range of values.  
    Top
    See Also