bounds property

Rectangle<int>? bounds
final

The bounding box for the chart space occupied by this datum.

This is currently only populated by the bar series renderer.

TODO: Fill this in for other series renderers.

Implementation

final Rectangle<int>? bounds;