A Series object that defines the series of the control
The Series property gives access to the control's series of
data. Each visible serie is show in the chart based on its type (area, line
pie, ..). The Add method adds a Serie object to the collection and returns a reference to the newly created object.
The Remove method removes a specific member from the Series collection, giving its identifier.
The Clear method clears all series of the
control. The Item property seturns a specific Serie of the Series collection, giving its identifier.