numsX property

List<num> numsX
final

List of numbers containing the values of the x-coordinates of the points represented.

numsX: [0, 10, 20, 30, 50,70,100]

Implementation

final List<num> numsX;