2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar Class / Scroll Method
Specifies the System.Windows.Forms.ScrollEventType scroll type of action.

In This Topic
    Scroll Method
    In This Topic
    Scroll according to the specified action type.
    Syntax
    'Declaration
     
    Public Sub Scroll( _
       ByVal type As System.Windows.Forms.ScrollEventType _
    ) 
    public void Scroll( 
       System.Windows.Forms.ScrollEventType type
    )

    Parameters

    type
    Specifies the System.Windows.Forms.ScrollEventType scroll type of action.
    See Also