Get value of the specified series and category. series - the series category - the category.
series
category
@override num? getValue(S series, C category) { return _data[series]?[category]; }