Item
ChartDataPointCollection indexer (1 of 2)
Returns the series data point by index (its serial number in this collection).
public IChartDataPoint this[int index] { get; }
See Also
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
ChartDataPointCollection indexer (2 of 2)
Return index (serial number) of data point in this collection.
public int this[IChartDataPoint pt] { get; }
See Also
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides