indexFromSetName method

int indexFromSetName(
  1. String name
)

Get the index of a series (column) given its name. The first column is the x-axis, so the data series start with index 1.

Implementation

external int indexFromSetName(String name);