Series object
The Item property seturns a specific Serie of the Series collection, giving its identifier. The Series property returns the Series collection. The control allows you to display multiples series within the same view, as shown in the following screen shot:

The Series object supports the following methods and properties:

NameDescription
AddAdds a Serie object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in the collection.
CountReturns the number of objects in the collection.
ItemReturns a specific Serie of the Series collection, giving its identifier.
RemoveRemoves a specific member from the Series collection, giving its identifier.