You are here

public function Label::getRotation 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::getRotation()

Get Rotation.

Return value

mixed Rotation.

File

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

Class

Label
Label.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getRotation() {
  return $this->rotation;
}