Item
ChartPointCollection indexer
获取ChartPoint
系列中指定索引处的元素。
public ChartPoint this[int index] { get; }
范围 | 描述 |
---|---|
index | 系列中图表点的索引。 |
返回值
ChartPoint 对象。
也可以看看
- class ChartPoint
- class ChartPointCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
获取ChartPoint
系列中指定索引处的元素。
public ChartPoint this[int index] { get; }
范围 | 描述 |
---|---|
index | 系列中图表点的索引。 |
ChartPoint 对象。