select method

void select([
  1. List<String> ids,
  2. List<num> indices,
  3. bool resetOthers
])

Change data point state to selected. By this API, you can select data points. To use this API, data.selection.enabled needs to be set true.

Implementation

external void select([List<String> ids, List<num> indices, bool resetOthers]);