ChartGroup.SeriesCollection(Object) 方法

定义

从图表组中返回请求的序列。

public object SeriesCollection (object Index);
abstract member SeriesCollection : obj -> obj
Public Function SeriesCollection (Optional Index As Object) As Object

参数

Index
Object

可选 对象 希望返回的系列的名称或编号。 如果未使用 Index,则将返回图表组中的所有系列。

返回

格式为 SeriesCollectionObject,表示图表组中所有请求的系列

适用于