Version

WebTooltipAppearance Class Members

The following tables list the members exposed by WebTooltipAppearance.

Public Constructors
 NameDescription
Public ConstructorWebTooltipAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
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 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 PropertyEnableFadingEffectReturns or sets a Boolean value that determines whether tooltips should fade in when they 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 PropertyFormatReturns or sets a value that specifies the pre-defined format to use for tooltip text.  
Public PropertyFormatStringReturns or sets a string of text that specifies the custom format of tooltip text.  
Public PropertyHotTrackingEnabledGets or sets a Boolean value, which enables Hot tracking of data points when flash rendering is active.  
Public PropertyHotTrackingFillColorGets or sets a fill color for Hot tracking of data points when flash rendering is active.  
Public PropertyHotTrackingOutlineColorGets or sets an outline color for Hot tracking of data points when flash rendering is active.  
Public PropertyOverflowGets/sets the way tooltip overflow will be controlled.  
Public PropertyPaddingReturns or sets a value that determines how much space between a tooltip's border and its text.  
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 MethodGetChartInfoFromPointReturns information about a data point on the chart by pixel location x and y The location is relative to the top left corner (0,0) of the control The type returned, ChartDataEventArgs, is the same as returned by handling the ChartDataClicked Event  
Public MethodResetBackColorResets the BackColor property to its default value.  
Public MethodResetBorderColorResets the BorderColor property to its default value.  
Public MethodResetBorderThicknessResets the BorderThickness property to its default value.  
Public MethodResetDisplayResets the Display property to its default value.  
Public MethodResetEnableFadingEffectResets the EnableFadingEffect property to its default value.  
Public MethodResetFontResets the System.Web.UI.WebControls.FontInfo property to its default value.  
Public MethodResetFontColorResets the FontColor property to its default value.  
Public MethodResetFormatResets the Format property to its default value.  
Public MethodResetFormatStringResets the FormatString property to its default value.  
Public MethodResetPaddingResets the Padding property to its default value.  
Public MethodToStringReturns a string representation of a WebTooltipAppearance object.  
Protected Methods
 NameDescription
Protected MethodGenerateFormatStringInitializes the default FormatString property value based on the setting of the Format property.  
Protected MethodShouldSerializeBackColorReturns a Boolean value that determines whether the BackColor property is set to its default value.  
Protected MethodShouldSerializeBorderColorReturns a Boolean value that determines whether the BorderColor property is set to its default value.  
Protected MethodShouldSerializeBorderThicknessReturns a Boolean value that determines whether the BorderThickness property is set to its default value.  
Protected MethodShouldSerializeDisplayReturns a Boolean value that determines whether the Display property is set to its default value.  
Protected MethodShouldSerializeEnableFadingEffectReturns a Boolean value that determines whether the EnableFadingEffect property is set to its default value.  
Protected MethodShouldSerializeFontReturns a Boolean value that determines whether the Font property is set to its default value.  
Protected MethodShouldSerializeFontColorReturns a Boolean value that determines whether the FontColor property is set to its default value.  
Protected MethodShouldSerializeFormatReturns a Boolean value that determines whether the Format property is set to its default value.  
Protected MethodShouldSerializeFormatStringReturns a Boolean value that determines whether the FormatString property is set to its default value.  
Protected MethodShouldSerializePaddingReturns a Boolean value that determines whether the Padding property is set to its default value.  
See Also