ChartPoints.IndexOf

Syntax:

IndexOf(<Point>)

Parameters:

<Point> (required)

Type: ChartPoint.
Chart point.

Returned value:

Type: Number.
Index of specified collection item. If none is found, returns -1.

Description:

Obtains a specified chart point index.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

PointIndex = Chart.Points.IndexOf(Selection);

    

1C:Enterprise Developer's Community