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.
DefDefines the default value assigned to the specified property when a new serie is added.
ItemReturns a specific Serie of the Series collection, giving its identifier.
ItemByPosReturns a specific Serie from the Series collection, given its position.
RemoveRemoves a specific member from the Series collection, giving its identifier.