You are here

public function Label::setRotation in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_highcharts/src/Settings/Highcharts/Label.php \Drupal\charts_highcharts\Settings\Highcharts\Label::setRotation()

Parameters

mixed $rotation:

File

modules/charts_highcharts/src/Settings/Highcharts/Label.php, line 18

Class

Label

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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