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

In This Topic
    ChartDataEventHandler Delegate
    In This Topic
    Represents a method that handle a chart data events.
    Syntax
    'Declaration
     
    Public Delegate Sub ChartDataEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ChartDataEventArgs _
    ) 
    public delegate void ChartDataEventHandler( 
       System.object sender,
       ChartDataEventArgs e
    )

    Parameters

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