The following tables list the members exposed by WebTooltipAppearance.
Name | Description | |
---|---|---|
WebTooltipAppearance Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Returns a reference to or sets a Color object that specifies the background color of tooltips. | |
BorderColor | Returns a reference to or sets a Color object that specifies the border color of tooltips. | |
BorderThickness | Returns or sets a value that determines the thickness of tooltip borders. | |
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Display | Returns or sets a value that determines when tooltips are displayed. | |
EnableFadingEffect | Returns or sets a Boolean value that determines whether tooltips should fade in when they are displayed. | |
Font | Returns a reference to or sets a Font object that specifies the font used for tooltips. | |
FontColor | Returns a reference to or sets a Color object that specifies the color of tooltips. | |
Format | Returns or sets a value that specifies the pre-defined format to use for tooltip text. | |
FormatString | Returns or sets a string of text that specifies the custom format of tooltip text. | |
HotTrackingEnabled | Gets or sets a Boolean value, which enables Hot tracking of data points when flash rendering is active. | |
HotTrackingFillColor | Gets or sets a fill color for Hot tracking of data points when flash rendering is active. | |
HotTrackingOutlineColor | Gets or sets an outline color for Hot tracking of data points when flash rendering is active. | |
Overflow | Gets/sets the way tooltip overflow will be controlled. | |
Padding | Returns or sets a value that determines how much space between a tooltip's border and its text. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
GetChartInfoFromPoint | Returns 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 | |
ResetBackColor | Resets the BackColor property to its default value. | |
ResetBorderColor | Resets the BorderColor property to its default value. | |
ResetBorderThickness | Resets the BorderThickness property to its default value. | |
ResetDisplay | Resets the Display property to its default value. | |
ResetEnableFadingEffect | Resets the EnableFadingEffect property to its default value. | |
ResetFont | Resets the System.Web.UI.WebControls.FontInfo property to its default value. | |
ResetFontColor | Resets the FontColor property to its default value. | |
ResetFormat | Resets the Format property to its default value. | |
ResetFormatString | Resets the FormatString property to its default value. | |
ResetPadding | Resets the Padding property to its default value. | |
ToString | Returns a string representation of a WebTooltipAppearance object. |
Name | Description | |
---|---|---|
GenerateFormatString | Initializes the default FormatString property value based on the setting of the Format property. | |
ShouldSerializeBackColor | Returns a Boolean value that determines whether the BackColor property is set to its default value. | |
ShouldSerializeBorderColor | Returns a Boolean value that determines whether the BorderColor property is set to its default value. | |
ShouldSerializeBorderThickness | Returns a Boolean value that determines whether the BorderThickness property is set to its default value. | |
ShouldSerializeDisplay | Returns a Boolean value that determines whether the Display property is set to its default value. | |
ShouldSerializeEnableFadingEffect | Returns a Boolean value that determines whether the EnableFadingEffect property is set to its default value. | |
ShouldSerializeFont | Returns a Boolean value that determines whether the Font property is set to its default value. | |
ShouldSerializeFontColor | Returns a Boolean value that determines whether the FontColor property is set to its default value. | |
ShouldSerializeFormat | Returns a Boolean value that determines whether the Format property is set to its default value. | |
ShouldSerializeFormatString | Returns a Boolean value that determines whether the FormatString property is set to its default value. | |
ShouldSerializePadding | Returns a Boolean value that determines whether the Padding property is set to its default value. |