property Series.Item (ID as Variant) as Serie
Returns a specific Serie of the Series collection, giving its identifier.

TypeDescription
ID as Variant A Variant expression that can be any of the following:
  • A long expression that specifies the index of the serie (Index property)
  • A string expression that defines the key of the serie (Key property)
Serie A Serie object being requested
The Item property returns a specific Serie of the Series collection, giving its identifier. 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.