SeriesCollection Property

Microsoft Office Web Components Visual Basic

collection for the specified chart.

expression.SeriesCollection

expression    Required. An expression that returns a ChChart object.

Remarks

For information about returning a single member of a collection, see Returning an Object from a Collection .

Example

This example sets the line color to red for the specified series.

ChartSpace1.Charts(0).SeriesCollection(0).Line.Color = "red"