Version

WinTooltipAppearance Class Members

The following tables list the members exposed by WinTooltipAppearance.

Public Constructors
 NameDescription
Public ConstructorWinTooltipAppearance ConstructorOverloaded.   
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)
Public Methods
 NameDescription
Public MethodGetChartInfoFromPointReports information about the row and column underlying a chart element at a control-relative on-screen position.  
Public MethodSetHighlightClearAllTurn off the highlighting of all chart elements that were turned on.  
Public MethodSetHighlightDataPointTurn on the highlighting of a chart element by its underlying row and column.  
Public MethodToStringReturns a string representation of a WinTooltipAppearance object.  
Protected Methods
 NameDescription
Protected MethodGenerateFormatStringInitializes the default FormatString property value based on the setting of the Format property.  
See Also