y property

List<num> y

Get the y coordinates of the given data.

Implementation

List<num> get y => values.toList();