Version

LinearGaugeScaleLabelsAppearance Class Members

The following tables list the members exposed by LinearGaugeScaleLabelsAppearance.

Public Constructors
 NameDescription
Public ConstructorLinearGaugeScaleLabelsAppearance ConstructorLinearGaugeScaleLabelsAppearance constructor.  
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. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
Public PropertyExtentExtent of the center point of each label, expressed as a percentage of the size of the gauge. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
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. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
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. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
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. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
Public PropertyRotationAngleThe angle of rotation to apply to labels. (Inherited from Infragistics.UltraGauge.Resources.LabelAppearance)
Public PropertyShadowSettings used to render a shadow under each label.  
Public PropertyZPositionZ-position of labels.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneOverridden. Creates and returns a copy of this LinearGaugeScaleLabelsAppearance object.  
Public MethodToStringReturns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleLabelsAppearance)
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