You are here

public function ChartLegend::setDirection in Charts 8.3

Set Direction either rtl false or true.

Parameters

bool $rtl:

File

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

Class

ChartLegend
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setDirection($rtl) {
  $this->rtl = $rtl;
}