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

In This Topic
    Draw Event
    In This Topic
    Occurs when series is drawing.
    Syntax
    'Declaration
     
    Public Event Draw As DrawSeriesEventHandler
    public event DrawSeriesEventHandler Draw
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether the normal data series drawing should be canceled.  
    Gets the Graphics object used to paint. (Inherited from C1.Win.C1Chart.PostDrawSeriesEventArgs)
    Gets the ChartDataSeries object which fires the event. (Inherited from C1.Win.C1Chart.PostDrawSeriesEventArgs)
    See Also