Version

AxisLabelAppearanceBase Class Members

The following tables list the members exposed by AxisLabelAppearanceBase.

Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyFlipReturns or sets a Boolean value that determines whether label text is flipped. Only effective when Orientation is set to Custom.  
Public PropertyFontReturns a reference to or sets a Font object that specifies the font used for label text.  
Public PropertyFontColorReturns a reference to or sets a Color object that specifies the color of the label text.  
Public PropertyHorizontalAlignReturns or sets a value that specifies the horizontal alignment of label text. This property affects axis labels only when the Orientation property is set to Custom.  
Public PropertyLayoutContains settings determining how axis labels should be arranged.  
Public PropertyOrientationRetrieves the value describing the orientation of labels on this axis.  
Public PropertyOrientationAngleGets/Sets the Orientation angle of the label text.  
Public PropertyReverseTextDetermines whether or not the labels text should be reversed.  
Public PropertyVerticalAlignReturns or sets a value that specifies the vertical alignment of label text. This property affects axis labels only when the Orientation property is set to Custom.  
Public PropertyVisibleReturns or sets a Boolean value that determines whether label text is shown or not.  
Protected Properties
 NameDescription
Protected PropertyAxisFormatSourceRepository for default settings by chart and by axis.  
Protected PropertyAxisNumberAxis number identifier of this axis.  
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneClone() creates a new object that is a deep copy of the original object.  
Public MethodDisposeCleans up resources allocated by this object.  
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodResetClipTextResets the ClipText property to its default value.  
Public MethodResetFontResets the Font property to its default value.  
Public MethodResetFontColorResets the FontColor property to its default value.  
Public MethodResetFontSizeBestFitResets the FontSizeBestFit property to its default value.  
Public MethodResetHorizontalAlignResets the HorizontalAlign property to its default value.  
Public MethodResetOrientationResets the Orientation property to its default value.  
Public MethodResetVerticalAlignResets the VerticalAlign property to its default value.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodResetWrapTextResets the WrapText property to its default value.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodSetLayoutSets the Layout property.  
Protected MethodShouldSerializeClipTextReturns a Boolean value that determines whether the ClipText property is set to its default value.  
Protected MethodShouldSerializeFontReturns a Boolean value that determines whether the Font property is set to its default value.  
Protected MethodShouldSerializeFontColorReturns a Boolean value that determines whether the FontColor property is set to its default value.  
Protected MethodShouldSerializeFontSizeBestFitReturns a Boolean value that determines whether the FontSizeBestFit property is set to its default value.  
Protected MethodShouldSerializeHorizontalAlignReturns a Boolean value that determines whether the HorizontalAlign property is set to its default value.  
Protected MethodShouldSerializeOrientationReturns a Boolean value that determines whether the Orientation property has changed from its default value.  
Protected MethodShouldSerializeVerticalAlignReturns a Boolean value that determines whether the VerticalAlign property is set to its default value.  
Protected MethodShouldSerializeVisibleReturns a Boolean value that determines whether the Visible property is set to its default value.  
Protected MethodShouldSerializeWrapTextReturns a Boolean value that determines whether the WrapText property is set to its default value.  
See Also