The DrawDataSeriesEventArgs type exposes the following members.
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              Finalize | 
                 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Bounds | 
                 
            Gets the rectangular area in which the data series will be plotted.
             
               | 
            
| 
                 | 
              Brush | 
                 
            Gets or sets the brush that will be used for data plotting.
             
               | 
            
| 
                 | 
              DisposeBrush | 
                 
            Gets or sets whether the brush should be disposed by the chart after drawing the series.
            If DisposeBrush is false the brush is not disposed by the chart.
             
               | 
            
| 
                 | 
              DisposePen | 
                 
            Gets or sets whether the pen should be disposed by the chart after drawing the series.
            If DisposePen is false the pen is not disposed by the chart.
             
               | 
            
| 
                 | 
              GroupIndex | 
                 
            Gets the index of the chart group.
             
               | 
            
| 
                 | 
              IsLegend | 
                 
            Gets whether the current region about to be drawn is in the legend.
             
               | 
            
| 
                 | 
              Pen | 
                 
            Gets or sets the pen that will be used for data plotting.
             
               | 
            
| 
                 | 
              SeriesIndex | 
                 
            Gets the index of the data series about to be drawn.
             
               |