The following tables list the members exposed by ToolTipEventArgs.
Name | Description | |
---|---|---|
ToolTipEventArgs Constructor | Creates ToolTip event arguments. |
Name | Description | |
---|---|---|
HitTestResult | Gets a HitTestResult object, which provides information about the chart element the GetToolTipText event was raised for. Hit Test Result Object. | |
Text | Gets the tooltip of the chart element the mouse cursor is resting over (if any), and also sets the tooltip of the chart element. The text which is going to be displayed as a Tool Tip. | |
X | Gets the X coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised. Mouse X coordinate. | |
Y | Gets the Y coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised. Mouse Y coordinate. |