C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Interaction Namespace / PositionChangedEventArgs Class / PositionChangedEventArgs Constructor
The X coordinate of the mouse position.
The Y coordinate of the mouse position.

In This Topic
PositionChangedEventArgs Constructor
In This Topic
Creates a new instance of PositionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
)
 

Parameters

x
The X coordinate of the mouse position.
y
The Y coordinate of the mouse position.
See Also