You are here

public function ChartLabel::setRotation in Charts 8

Same name in this branch
  1. 8 modules/charts_c3/src/Settings/CThree/ChartLabel.php \Drupal\charts_c3\Settings\CThree\ChartLabel::setRotation()
  2. 8 modules/charts_highcharts/src/Settings/Highcharts/ChartLabel.php \Drupal\charts_highcharts\Settings\Highcharts\ChartLabel::setRotation()
Same name and namespace in other branches
  1. 8.3 modules/charts_c3/src/Settings/CThree/ChartLabel.php \Drupal\charts_c3\Settings\CThree\ChartLabel::setRotation()

Parameters

mixed $rotation:

File

modules/charts_c3/src/Settings/CThree/ChartLabel.php, line 18

Class

ChartLabel

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setRotation($rotation) {
  $this->rotation = $rotation;
}