[]
向现有系列集合中添加新的数据点。
void Extend(IRange source, RowCol rowcol, bool categoryLabels)
| Type | Name | Description |
|---|---|---|
| IRange | source | 要添加到ISeriesCollection 对象的新数据 |
| RowCol | rowcol | 指定给定范围源中的新值是在行还是列中。 可以是RowCol 常量之一:Rows 或 Columns。 |
| bool | categoryLabels | 如果第一行或列包含类别标签的名称则为 True。 如果第一行或列包含系列的第一个数据点则为 False。 |