2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollEventArgs Class / AxisScrollEventArgs Constructor / AxisScrollEventArgs Constructor(AxisIdEnum)
An enumeration to refer to the X, Y, and Y2 axis.

In This Topic
    AxisScrollEventArgs Constructor(AxisIdEnum)
    In This Topic
    Creates a new instance of AxisScrollEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As AxisIdEnum _
    )
    public AxisScrollEventArgs( 
       AxisIdEnum id
    )

    Parameters

    id
    An enumeration to refer to the X, Y, and Y2 axis.
    See Also