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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา