ToolTipEventArgs::X Property
Gets the X coordinate of the point the mouse cursor is held over when the GetToolTipText event is raised.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
Property Value
Type: System::Int32An integer value that represents the X coordinate of the mouse cursor.
This property is exposed in the GetToolTipText event of the root Chart object.
Use the X property to get the X screen coordinate of the point the mouse cursor is held over when the GetToolTipText event is raised.
Note that the X coordinate is measured in pixels; the point (0,0) corresponds to the top-left corner of the chart.
Available since 4.0