ComponentOne FinancialChart for WinForms
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 Integer, _
       ByVal y As Integer _
    )
    public PositionChangedEventArgs( 
       int x,
       int y
    )

    Parameters

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