getRowForX method

int getRowForX(
  1. int xVal
)

Find the row number corresponding to the given x-value. Returns null if there is no such x-value in the data. If there are multiple rows with the same x-value, this will return the first one.

Implementation

external int getRowForX(int xVal);