dotnetCHARTING Send comments on this topic.
IndexOf(Series) Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > IndexOf Method : IndexOf(Series) Method


s
Determines the index of a specified Series in this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IndexOf( _
   ByVal s As Series _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim s As Series
Dim value As Integer
 
value = instance.IndexOf(s)
C# 
public int IndexOf( 
   Series s
)

Parameters

s

See Also

© 2021 All Rights Reserved.