Gets the current index of the specified value in the ChartDataArray.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public int IndexOf( Object value ) |
Visual Basic |
---|
Public Function IndexOf ( _ value As Object _ ) As Integer |
Parameters
- value
- Type: System..::..Object