You are here

public function Label::setRotation in Charts 8.3

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

Set Rotation.

Parameters

mixed $rotation: Rotation.

File

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

Class

Label
Label.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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