Version

RadialGaugeRange Class Members

The following tables list the members exposed by RadialGaugeRange.

Public Constructors
 NameDescription
Public ConstructorRadialGaugeRange ConstructorRadialGaugeRange constructor.  
Public Properties
 NameDescription
Public PropertyBrushElementBrushElement defining how the background of this Range is painted. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyEndValueEnd value for this range. Relates to a value on the Axis of the parent scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyInnerExtentEndDistance from the center of the gauge for the inner bounds of this range at its end point. Expressed as a percentage of the gauge radius.  
Public PropertyInnerExtentStartDistance from the center of the gauge for the inner bounds of this range at its start point. Expressed as a percentage of the gauge radius.  
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyOuterExtentDistance from the center of the gauge for the outer bounds of this range. Expressed as a percentage of the gauge radius.  
Public PropertyScaleThe parent Scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyShadowSettings used to render a shadow under the range.  
Public PropertyStartValueStart value for this range. Relates to a value on the Axis of the parent scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyStrokeElementStrokeElement defining the Pen used for outlining this Range. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyVisibleDetermines whether or not this range should be displayed. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this RadialGaugeRange.  
Public MethodFillSceneGraphOverridden. Renders graphical elements to the SceneGraph in the form of this range.  
Public MethodInRangeOverloaded. Tests whether or not a given value is within this range. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public MethodToStringReturns a string representation of this object.  
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also