2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisScrollEventArgs Class / AxisScrollEventArgs Constructor / AxisScrollEventArgs Constructor(AxisIdEnum,ScrollEventType,Double,Double,ScrollOrientation)

In This Topic
    AxisScrollEventArgs Constructor(AxisIdEnum,ScrollEventType,Double,Double,ScrollOrientation)
    In This Topic
    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
    type
    oldValue
    newValue
    orientation
    See Also