Add
Add(string, bool)
添加SeriesCollection
收集到图表。
public int Add(string area, bool isVertical)
范围 | 类型 | 描述 |
---|---|---|
area | String | 指定从中绘制数据系列的值 |
isVertical | Boolean | 指定是按行还是按列从一系列单元格值中绘制系列。 |
返回值
返回 NSeries 中添加的 ASeries 的第一个索引。
评论
如果在连续单元格上设置数据,请使用冒号分隔它们。例如,$C$2:$C$5。如果在不连续的单元格上设置数据,请使用逗号分隔它们。例如:($C$2,$D$5)。
也可以看看
- class SeriesCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
Add(string, bool, bool)
添加SeriesCollection
收集到图表。
public int Add(string area, bool isVertical, bool checkLabels)
范围 | 类型 | 描述 |
---|---|---|
area | String | 指定从中绘制数据系列的值 |
isVertical | Boolean | 指定是按行还是按列从一系列单元格值中绘制系列。 |
checkLabels | Boolean | 指示范围是否包含系列的名称 |
返回值
返回 NSeries 中添加的 ASeries 的第一个索引。
评论
如果在连续单元格上设置数据,请使用冒号分隔它们。例如,$C$2:$C$5。如果在不连续的单元格上设置数据,请使用逗号分隔它们。例如,($C$2,$D$5)。
也可以看看
- class SeriesCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells