Series Object
Office 2007
| Excel Developer Reference |
Remarks
The Series object is a member of the SeriesCollection collection.
Example
Use SeriesCollection(
The series index number indicates the order in which the series were added to the chart. SeriesCollection(1) is the first series added to the chart, and SeriesCollection(SeriesCollection.Count) is the last one added.
| Visual Basic for Applications |
|---|
|