Version

ChartTextAppearance Class Properties

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

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)
See Also