2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DrawSeriesEventArgs Class
Members

In This Topic
    DrawSeriesEventArgs Class
    In This Topic
    Provides data for the DrawSeries event of a ChartDataSeries class.
    Object Model
    DrawSeriesEventArgs Class
    Syntax
    'Declaration
     
    Public Class DrawSeriesEventArgs 
       Inherits PostDrawSeriesEventArgs
    public class DrawSeriesEventArgs : PostDrawSeriesEventArgs 
    Inheritance Hierarchy

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

    See Also