Gets the current index of the specified value in the ChartDataArray.
[Visual Basic]
Overridable Public Function IndexOf( _
ByVal value As Object _
) As Integer Implements IList.IndexOf
[C#]
virtual public int IndexOf(
object value
);
[Delphi]
public function IndexOf(
value: Object
): Int32; virtual;
Implements
IList.IndexOf
Parameters
value
An object representing the specified value in the ChartDataArray.
Return Value
Returns an integer indicating the element of the specified value within the ChartDataArray. If the value is not found the return value is -1.
See Also
ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |