setValue abstract method

void setValue(
  1. S series,
  2. C category,
  3. num value
)

add or update the value of a specified series and category. series - the series category - the category. value - the value

Implementation

void setValue(S series, C category, num value);