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

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

    Parameters

    sender
    e
    See Also