setValue abstract method

void setValue(
  1. C category,
  2. num? value
)

add or update the value of a specified category. category the pie category. value the pie value.

Implementation

void setValue(C category, num? value);