index_of method
index_of
Searches for the specified IChartSeries and returns the zero-based index of the first occurrence within the entire Collection
Returns
The zero-based index of the first occurrence of value within the entire CollectionBase, if found; otherwise, -1.
def index_of(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | IChartSeries | Chart series value. |
See Also
- class
IChartSeries - class
IChartSeriesCollection - module
aspose.slides.charts - library
Aspose.Slides