The DrawDataSeriesEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Bounds
Gets the rectangular area in which the data series will be plotted.
Public property Brush
Gets or sets the brush that will be used for data plotting.
Public property 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.
Public property 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.
Public property GroupIndex
Gets the index of the chart group.
Public property IsLegend
Gets whether the current region about to be drawn is in the legend.
Public property Pen
Gets or sets the pen that will be used for data plotting.
Public property SeriesIndex
Gets the index of the data series about to be drawn.

See Also