The Item property returns a specific Serie of the Series collection, giving its identifier.
The ItemByPos property gets a specific Serie from the Series collection, given its position.
The Count property gets the number of series. 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 Reset method clears the series, category axes and value axes without affecting the control's
data.