You are here

public function ChartLegend::getDirection in Charts 8.3

Get Direction.

Return value

bool rtl false or true

File

modules/charts_highcharts/src/Settings/Highcharts/ChartLegend.php, line 253

Class

ChartLegend
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getDirection() {
  return $this->rtl;
}