'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.
Property | Description |
---|---|
Graphics | Gets the Graphics object used to paint. |
Series | Gets the ChartDataSeries object which fires the event. |
See Also