ClassSparkTooltipController
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkTooltipController : SparkViewController, INotifyPropertyChanged
Inheritance: objectControllerSparkViewControllerSparkTooltipController
Implements:
Inherited Members
Constructors
SparkTooltipController()
Initializes a new instance of the SparkTooltipController class.
Declaration
cs-api-definition
public SparkTooltipController()
Properties
Methods
CreateToolTip()
Creates the tool tip.
OnDataPointTooltipTextNeeded(SparkDataPointTooltipTextNeededEventArgs)
Declaration
cs-api-definition
protected virtual void OnDataPointTooltipTextNeeded(SparkDataPointTooltipTextNeededEventArgs e)
Parameters
e
OnMouseMove(MouseEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override ActionResult OnMouseMove(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
Events
DataPointTooltipTextNeeded
Occurs when tool tip text for a data point is about to be shown.
Declaration
cs-api-definition
public event SparkDataPointTooltipTextNeededEventHandler DataPointTooltipTextNeeded
Event Value