You are here

public function ChartLabel::getRotation in Charts 8

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

Return value

mixed

File

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

Class

ChartLabel

Namespace

Drupal\charts_c3\Settings\CThree

Code

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