ToolTipEventArgs(Int32, Int32, String, HitTestResult) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ToolTipEventArgs class with the specified x
, y
, text
and result
parameters.
public:
ToolTipEventArgs(int x, int y, System::String ^ text, System::Windows::Forms::DataVisualization::Charting::HitTestResult ^ result);
public ToolTipEventArgs (int x, int y, string text, System.Windows.Forms.DataVisualization.Charting.HitTestResult result);
new System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs : int * int * string * System.Windows.Forms.DataVisualization.Charting.HitTestResult -> System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs
Public Sub New (x As Integer, y As Integer, text As String, result As HitTestResult)
Parameters
- x
- Int32
X-coordinate of mouse.
- y
- Int32
Y-coordinate of mouse.
- text
- String
The tooltip text.
- result
- HitTestResult
The HitTestResult object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.