xAxisDates property

List<DateTime> xAxisDates

Gets list of DateTime that is used to build X axis labels.

Implementation

List<DateTime> get xAxisDates => data.keys.toList();