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

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

    Parameters

    sender
    e
    Remarks
    The sender object is the ChartDataSeries object about to be drawn.
    See Also