Version

RadialGaugeScale Class Members

The following tables list the members exposed by RadialGaugeScale.

Public Constructors
 NameDescription
Public ConstructorRadialGaugeScale ConstructorRadialGaugeScale constructor.  
Public Properties
 NameDescription
Public PropertyAxisScale which defines the Minimum, Maximum, and Interval for this section. (Inherited from Infragistics.UltraGauge.Resources.GaugeScale)
Public PropertyBrushElementBrushElement defining how the background of this section is painted. (Inherited from Infragistics.UltraGauge.Resources.GaugeScale)
Public PropertyEndAngleEnding angle of the scale, expressed in degrees with zero being to the right of the gauge center.  
Public PropertyGaugeThe Gauge which owns this section. (Inherited from Infragistics.UltraGauge.Resources.GaugeScale)
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 scale 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 scale 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 PropertyLabelsSettings which describe the appearance of labels rendered along the scale.  
Public PropertyMajorTickmarksSettings which describe the appearance of major tickmarks along the scale.  
Public PropertyMarkersMarkers for this radial gauge.  
Public PropertyMinorTickmarksSettings which describe the appearance of minor tickmarks along the scale.  
Public PropertyOuterExtentDistance from the center of the gauge for the outer bounds of this scale. Expressed as a percentage of the gauge radius.  
Public PropertyRangesCollection of ranges or visual segments on this scale.  
Public PropertyShadowSettings used to render a shadow under the scale.  
Public PropertyStartAngleStarting angle of the scale, expressed in degrees with zero being to the right of the gauge center.  
Public PropertyStrokeElementStrokeElement defining the Pen used for outlining this section. (Inherited from Infragistics.UltraGauge.Resources.GaugeScale)
Public PropertyVisibleDetermines whether or not this scale should be rendered or skipped over.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesOverridden. Used by the TypeConverter to sort when listing properties.  
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this RadialGaugeScale.  
Public MethodFillSceneGraphOverridden. Renders Primitives to the SceneGraph in the form of a radial gauge scale.  
Public MethodGetLabelsOverridden. Gets the Labels in this scale.  
Public MethodGetMajorTickmarksOverridden. Gets the Major Tickmarks in this scale.  
Public MethodGetMinorTickmarksOverridden. Gets the Minor Tickmarks in this scale.  
Public MethodGetRangesOverridden. Gets the Ranges in this scale.  
Public MethodMapFinds the degree location of a value on this scale.  
Public MethodMapInverseOverloaded. Returns the value found at a given location on this scale.  
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