drawableLayoutAreaBounds property

Rectangle<int> drawableLayoutAreaBounds

Returns the combined bounds of the chart draw area and all layout components that draw series data.

Implementation

Rectangle<int> get drawableLayoutAreaBounds =>
    _layoutManager.drawableLayoutAreaBounds;