y property

  1. @override
Collection<Map<Metric<S>, Point2<X, Y>>> y
override

Return the metrics and their respective points from the y-axis of this data.

Implementation

@override
Collection<Map<Metric<S>, Point2<X, Y>>> get y => _domain((point) => point.y);