2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollEventHandler Delegate
The source of the event.
A AxisScrollEventArgs that contains event data.

In This Topic
    AxisScrollEventHandler Delegate
    In This Topic
    Represents the method that handles the axis scroll event.
    Syntax
    'Declaration
     
    Public Delegate Sub AxisScrollEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As AxisScrollEventArgs _
    ) 
    public delegate void AxisScrollEventHandler( 
       System.object sender,
       AxisScrollEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A AxisScrollEventArgs that contains event data.
    See Also