Returns the y component of the item at the given index.
@override double getY(int index) { return data!.array[index * data!.stride + offset + 1].toDouble(); }