Version

GaugeScaleLabelsAppearance Class Members

The following tables list the members exposed by GaugeScaleLabelsAppearance.

Public Properties
 NameDescription
Public PropertyBrushElementThe BrushElement used for painting the label. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
Public PropertyEqualFontScalingScales the labels down to a single font size.  
Public PropertyExtentExtent of the center point of each label, expressed as a percentage of the size of the gauge.  
Public PropertyFontThe font to use. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
Public PropertyFormatStringThe FormatString or Caption for this label. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
Public PropertyFrequencyDetermines how many labels are rendered in the scale. This value is expressed as a multiple of the scale's Axis TickmarkInterval.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyPostInitialDetermines when label rendering begins in the scale. This value is added to the scale's Axis StartValue, and labels begin rendering at that sum.  
Public PropertyPreTerminalDetermines when label rendering ends in the scale. This value is subtracted from the scale's Axis's EndValue, and labels stop rendering at that value.  
Public PropertyRotationAngleThe angle of rotation to apply to labels. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
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 LabelAppearance object. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
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