2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / PostDraw Event

In This Topic
    PostDraw Event
    In This Topic
    Occurs after the series was drawn.
    Syntax
    'Declaration
     
    Public Event PostDraw As PostDrawSeriesEventHandler
    public event PostDrawSeriesEventHandler PostDraw
    Event Data

    The event handler receives an argument of type PostDrawSeriesEventArgs containing data related to this event. The following PostDrawSeriesEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the Graphics object used to paint.  
    Gets the ChartDataSeries object which fires the event.  
    See Also