Version

TitleAppearance Class Members

The following tables list the members exposed by TitleAppearance.

Public Constructors
 NameDescription
Public ConstructorTitleAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyClipTextDetermines whether or not text should be clipped when it exceeds the bounding rectangle for this title.  
Public PropertyExtentSpecifies the spacing inset alloted to the title along its edge of the chart.  
Public PropertyFlipReturns or sets a Boolean value that determines whether this title's text is flipped. Only effective if Orientation is set to Custom.  
Public PropertyFontReturns a reference to or sets a Font object that specifies the font used for title text.  
Public PropertyFontColorReturns a reference to or sets a Color object that specifies the color of the label text.  
Public PropertyFontSizeBestFitReturns or sets a Boolean value that determines whether the font size of title text is selected automatically.  
Public PropertyHorizontalAlignReturns or sets a value that specifies the horizontal alignment of title text.  
Public PropertyMarginsReturns a reference to or sets a MarginsAppearance object that specifies the amount of space around the chart's title.  
Public PropertyOrientationReturns or sets a value that specifies the orientation of label text. This property is not supported for Chart Titles; please use a custom layer instead.  
Public PropertyOrientationAngleGets/Sets the rotation angle of the title's text.  
Public PropertyReverseTextDetermines whether or not the title's text should be reversed.  
Public PropertyTextReturns or sets a string of text that is displayed as the title of a chart.  
Public PropertyVerticalAlignReturns or sets a value that specifies the vertical alignment of title text.  
Public PropertyVisibleReturns or sets a Boolean value that determines whether a title is displayed.  
Public PropertyWrapTextReturns or sets a Boolean value that determines whether title text is wrapped onto multiple lines if necessary.  
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 MethodToStringGets the string representation of this TitleAppearance.  
See Also