ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordArray.IndexOf Method

Gets the current index of the specified value in the ChartCoordArray.

[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 ChartCoordArray.

Return Value

Returns an integer indicating the element of the specified value within the ChartCoordArray. If the value is not found the return value is -1.

See Also

ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.