Provides data for the PostDrawSeries event of a ChartDataSeries class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public class PostDrawSeriesEventArgs : EventArgs
Visual Basic
Public Class PostDrawSeriesEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Win.C1Chart..::..PostDrawSeriesEventArgs
      C1.Win.C1Chart..::..DrawSeriesEventArgs

See Also