categories property

  1. @override
List<X> categories
override

The categories (usually X axis) of the Chart.

Implementation

@override
List<X> get categories => set.keys.toList().cast();