Add
Add(int)
通过父系列点集合中的索引添加数据点。
public void Add(int dataPointIndex)
参数 | 类型 | 描述 |
---|---|---|
dataPointIndex | Int32 | 父系列点集合中数据点的索引。 |
异常
异常 | 条件 |
---|---|
ArgumentException | 找不到给定索引的点。 |
另见
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
Add(IChartDataPoint)
将数据点添加到集合中。
public void Add(IChartDataPoint dataPoint)
参数 | 类型 | 描述 |
---|---|---|
dataPoint | IChartDataPoint | 要添加的数据点。 |
另见
- interface IChartDataPoint
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides