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

In This Topic
    ChartDataSeriesEventHandler Delegate
    In This Topic
    Represents a method that handle the chart data series changed event.
    Syntax
    'Declaration
     
    Public Delegate Sub ChartDataSeriesEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ChartDataSeriesEventArgs _
    ) 
    public delegate void ChartDataSeriesEventHandler( 
       System.object sender,
       ChartDataSeriesEventArgs e
    )

    Parameters

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