setValue abstract method
add or update the value of a specified category.
category
the pie category.
value
the pie value.
Implementation
void setValue(C category, num? value);
add or update the value of a specified category.
category
the pie category.
value
the pie value.
void setValue(C category, num? value);