'Declaration Public Function IndexOf( _ ByVal ser As ChartDataSeries _ ) As System.Integer
public System.int IndexOf( ChartDataSeries ser )
Parameters
- ser
- The ChartDataSeries to locate in the ChartDataSeriesCollection.
Return Value
The zero-based index of the first occurrence of value within the entire ChartDataSeriesCollection, if found; otherwise, -1.