CimSeries.Name (property)

Gets and sets the series name.
Syntax: String = object.Name
object.Name = String
Description: CimSeries.Name contains the name of the series. This property can have any string value, including an empty string or a value that is equal to the name of another series.

Notes

1. If two or more series have the same name, the series collection's Item method retrieves the first one in the collection when invoked with the name as the argument.

2. When the series collection's Add method is invoked with the name of an existing series, it returns the existing series instead of a new series with the same name, even though series are allowed to have the same names.