Version

ChartTextAppearance Class Members

The following tables list the members exposed by ChartTextAppearance.

Public Constructors
 NameDescription
Public ConstructorChartTextAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextFontIdentifies the Font object that specifies which font is used for this Chart Text label.  
Public PropertyClipTextReturns or sets a Boolean value that determines whether chart text label will be clipped if there is not enough space for it.  
Public PropertyColumnIdentifies a Column from the Chart's data.  
Public PropertyFontColorDetermines the Color used when rendering this Chart Text label.  
Public PropertyHorizontalAlignReturns or sets a value that specifies the horizontal alignment of chart text.  
Public PropertyItemFormatStringSpecifies what chart text will be rendered.  
Public PropertyPositionFromRadiusSpecifies the Position from the Radius of the Chart Text label.  
Public PropertyRowIdentifies a Row from the Chart's data.  
Public PropertyVerticalAlignReturns or sets a value that specifies the vertical alignment of chart text.  
Public PropertyVisibleIndicates whether the chart text label is displayed.  
Protected Properties
 NameDescription
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 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