2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollEventArgs Class / AxisScrollEventArgs Constructor / AxisScrollEventArgs Constructor(AxisIdEnum,ScrollEventType,Double,Double,ScrollOrientation)
An enumeration to refer to the X, Y, and Y2 axis.
Specifies the System.Windows.Forms.ScrollEventType value of scroll action.
Old scroll position.
New scroll position.
Specifies the scroll bar orientation.

In This Topic
    AxisScrollEventArgs Constructor(AxisIdEnum,ScrollEventType,Double,Double,ScrollOrientation)
    In This Topic
    Creates a new instance of AxisScrollEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As AxisIdEnum, _
       ByVal type As System.Windows.Forms.ScrollEventType, _
       ByVal oldValue As System.Double, _
       ByVal newValue As System.Double, _
       ByVal orientation As System.Windows.Forms.ScrollOrientation _
    )
    public AxisScrollEventArgs( 
       AxisIdEnum id,
       System.Windows.Forms.ScrollEventType type,
       System.double oldValue,
       System.double newValue,
       System.Windows.Forms.ScrollOrientation orientation
    )

    Parameters

    id
    An enumeration to refer to the X, Y, and Y2 axis.
    type
    Specifies the System.Windows.Forms.ScrollEventType value of scroll action.
    oldValue
    Old scroll position.
    newValue
    New scroll position.
    orientation
    Specifies the scroll bar orientation.
    See Also