keys property

List<List> get keys

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.

Implementation

List<List> get keys;