bounds property
The bounding box of the chart item.
Implementation
@override
BoundingBox get bounds {
_checkIfEmpty();
return BoundingBox(minX: x, maxX: x, minY: minY, maxY: maxY);
}
The bounding box of the chart item.
@override
BoundingBox get bounds {
_checkIfEmpty();
return BoundingBox(minX: x, maxX: x, minY: minY, maxY: maxY);
}