ClassChartTooltipController
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartTooltipController : ChartViewController, INotifyPropertyChanged
Inheritance: objectControllerChartViewControllerChartTooltipController
Implements:
Inherited Members
Constructors
ChartTooltipController()
Initializes a new instance of the ChartTooltipController class.
Declaration
cs-api-definition
public ChartTooltipController()
Properties
Methods
CreateToolTip()
Creates the tool tip.
OnDataPointTooltipTextNeeded(DataPointTooltipTextNeededEventArgs)
Declaration
cs-api-definition
protected virtual void OnDataPointTooltipTextNeeded(DataPointTooltipTextNeededEventArgs 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 DataPointTooltipTextNeededEventHandler DataPointTooltipTextNeeded
Event Value