setValue abstract method
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);
add or update the value of a specified series and category.
series - the series
category - the category.
value - the value
void setValue(S series, C category, num value);