Get (series, category) pairs of this chart data model. The returned value is a collection of List where list0 is the series, list1 is the category, in the order the setValue is called.
0
1
List<List> get keys;