[]
Gets the current index of the specified value in the ChartCoordArray.
public int IndexOf(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| int | Returns an integer indicating the element of the specified value within the ChartCoordArray. If the value is not found the return value is -1. |