2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DrawSeriesEventHandler Delegate

In This Topic
    DrawSeriesEventHandler Delegate
    In This Topic
    Represents the method that will handle the DrawSeries event of a ChartDataSeries class.
    Syntax
    'Declaration
     
    Public Delegate Sub DrawSeriesEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As DrawSeriesEventArgs _
    ) 
    public delegate void DrawSeriesEventHandler( 
       System.object sender,
       DrawSeriesEventArgs e
    )

    Parameters

    sender
    e
    See Also