chartContainerIsRtl property

bool chartContainerIsRtl

Flag indicating whether or not the chart's container was configured in right to left mode.

This should be set when the chart is created (or if its container ever gets configured to the other direction setting).

Any chart component that needs to know whether the chart axes should be rendered right to left should read isRtl.

Implementation

bool get chartContainerIsRtl;