Chart.FullSeriesCollection(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the collection of all the series in the specified chart, or the specified series.
public object FullSeriesCollection (object Index);
abstract member FullSeriesCollection : obj -> obj
Public Function FullSeriesCollection (Optional Index As Object) As Object
Parameters
- Index
- Object
The index number in the series collection of the series to return.