method Series.Remove (ID as Variant)
Removes a specific member from the Series collection, giving its identifier.

TypeDescription
ID as Variant A long expression that specifies the index of the serie to remove or the key of the serie to remove.
The Remove method removes a specific member from the Series collection, giving its identifier. The Visible property shows or hides the representation of the serie within the chart. The Key property of the serie defines the identifier of the serie. The Clear method clears all series of the control. The Add method adds a Serie object to the collection and returns a reference to the newly created object. The Item property returns a specific Serie of the Series collection, giving its identifier.