Version 24.2 (latest)

WinTooltipAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyAlphaLevelReturns or sets a value that specifies the level of alpha blending used to display a tooltip.  
Public PropertyBackColorReturns a reference to or sets a Color object that specifies the background color of tooltips.  
Public PropertyBorderColorReturns a reference to or sets a Color object that specifies the border color of tooltips.  
Public PropertyBorderStyleReturns or sets a value that specifies the drawing style of tooltip borders.  
Public PropertyBorderThicknessReturns or sets a value that determines the thickness of tooltip borders.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDisplayReturns or sets a value that determines when tooltips are displayed.  
Public PropertyFontReturns a reference to or sets a Font object that specifies the font used for tooltips.  
Public PropertyFontColorReturns a reference to or sets a Color object that specifies the color of tooltips.  
Public PropertyFormatStyle affecting the pre-defined format string used for rendering tooltip text.  
Public PropertyFormatStringThe formatting string that specifies the custom format of tooltip text.  
Public PropertyHighlightDataPointFlag indicating whether chart elements are highlightable.  
Public PropertyHighlightFillColorReturns a reference to or sets a Color object that specifies the background color of data point highlight.  
Public PropertyHighlightOutlineColorReturns a reference to or sets a Color object that specifies the color of data point highlight outline.  
Public PropertyOverflowGets/sets the way tooltip overflow will be controlled.  
Public PropertyPERetrieves the PaintElement used when rendering the background and border of the tooltip.  
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