Version

LinearGaugeScale Class Methods

For a list of all members of this type, see LinearGaugeScale members.

Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this LinearGaugeScale.  
Public MethodFillSceneGraphOverridden. Renders Primitives to the SceneGraph in the form of a linear 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 MethodGetScaleBoundsGets the bounding rectangle of this scale's visual element, based on the settings for StartExtent, EndExtent, InnerExtent, and OuterExtent.  
Public MethodMapGets the pixel location for a value on this scale.  
Public MethodRenderLabelsRenders this scale's labels to the SceneGraph.  
Public MethodRenderTickmarksRenders this scale's tickmarks to the SceneGraph.  
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