Version

AxisLabelAppearanceBase Class Methods

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

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