Version

WebTooltipAppearance Class Methods

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

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