CimSeriesList (object)

Represents a collection of series.
Description: CimSeriesList represents a collection of series objects in the XY Plot Control.

Example

The following CimView script excerpt shows how to traverse through each series:

Dim Series as CimSeries
For Each Series in cimOleObj.Series
    If Series.Type = apSeriesScatter Then
        MsgBox "We found a scatter series."
    End If
Next
Properties: Count , Item , Legend
Methods: Add , Remove , RemoveAll