Item
IChartDataPointCollection 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
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection indexer (2 of 2)
Return index (serial number in this collection) of data point in this collection.
public int this[IChartDataPoint pt] { get; }
See Also
- interface IChartDataPoint
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides