bounds property

  1. @override
BoundingBox get bounds
override

The bounding box of the chart item.

Implementation

@override
BoundingBox get bounds => BoundingBox.point(x: x, y: y);