IndexOf
ChartSeriesCollection.IndexOf method
Searches for the specified ChartSeries
and returns the zero-based index of the first occurrence within the entire Collection
public int IndexOf(IChartSeries value)
Parameter | Type | Description |
---|---|---|
value | IChartSeries | Chart series value. |
Return Value
The zero-based index of the first occurrence of value within the entire CollectionBase, if found; otherwise, -1.
See Also
- interface IChartSeries
- class ChartSeriesCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides