[]
Gets the current index of the specified value in the ChartDataArray.
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 ChartDataArray. If the value is not found the return value is �1. |