Version

ChartTextAppearance Class Methods

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

Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this ChartTextAppearance object.  
Public MethodCompareToCompares this ChartTextAppearance instance with another instance.  
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodGetHashCodeCalculates a hash value for this Chart Text Appearance object.  
Public MethodMatchDetermines whether or not this ChartText instance should be displayed in association with data values at the given row and column.  
Public MethodResetChartTextFontResets the ChartTextFont property to its default value.  
Public MethodResetFontColorResets the FontColor property to its default value.  
Public MethodResetHingeColumnResets the Column property to its default value.  
Public MethodResetHingeRowResets the Row property to its default value.  
Public MethodResetHorizontalAlignResets the HorizontalAlign property to its default value.  
Public MethodResetItemFormatStringResets the ItemFormatString property to its default value.  
Public MethodResetPositionFromRadiusResets the PositionFromRadius property to its default value.  
Public MethodResetVerticalAlignResets the VerticalAlign property to its default value.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodShouldSerializeOverridden. Indicates whether any property has changed from its default value.  
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected MethodShouldSerializeChartTextFontIndicates whether the ChartTextFont property has changed from its default value.  
Protected MethodShouldSerializeColumnIndicates whether the Column property has changed from its default value.  
Protected MethodShouldSerializeFontColorIndicates whether the FontColor property has changed from its default value.  
Protected MethodShouldSerializeHorizontalAlignIndicates whether the HorizontalAlign property has changed from its default value.  
Protected MethodShouldSerializeItemFormatStringIndicates whether the ItemFormatString property has changed from its default value.  
Protected MethodShouldSerializePositionFromRadiusIndicates whether the PositionFromRadius property has changed from its default value.  
Protected MethodShouldSerializeRowIndicates whether the Row property has changed from its default value.  
Protected MethodShouldSerializeVerticalAlignIndicates whether the VerticalAlign property has changed from its default value.  
Protected MethodShouldSerializeVisibleIndicates whether the Visible property has changed from its default value.  
See Also