Dundas Chart for Windows Forms
ToolTipEventArgs Class Members
See Also  Properties  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ToolTipEventArgs Class


The following tables list the members exposed by ToolTipEventArgs.

Public Constructors

  Name Description
Public Constructor ToolTipEventArgs Constructor Creates ToolTip event arguments.  
Top

Public Properties

  Name Description
Public Property HitTestResult Gets a HitTestResult object, which provides information about the chart element the GetToolTipText event was raised for.
Hit Test Result Object.  
Public Property 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.  
Public Property X Gets the X coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised.
Mouse X coordinate.  
Public Property Y Gets the Y coordinate of the point the mouse cursor is resting over when the GetToolTipText event is raised.
Mouse Y coordinate.  
Top

See Also

© 2009 All Rights Reserved.