You are here

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

Return value

mixed

File

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

Class

Label

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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