isRtl property

bool isRtl

Gets whether or not the chart axes should be rendered in right to left mode.

This will only be true if the container for the chart component was configured with the rtl direction setting (chartContainerIsRtl == true), and the chart's RTLSpec is set to reverse the axis direction in rtl mode.

Implementation

bool get isRtl;