You are here

public function ChartAxis::setRotated in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_c3/src/Settings/CThree/ChartAxis.php \Drupal\charts_c3\Settings\CThree\ChartAxis::setRotated()

Parameters

mixed $rotated:

File

modules/charts_c3/src/Settings/CThree/ChartAxis.php, line 19

Class

ChartAxis

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setRotated($rotated) {
  $this->rotated = $rotated;
}