public function ChartLabel::getRotation in Charts 8
Same name in this branch
- 8 modules/charts_c3/src/Settings/CThree/ChartLabel.php \Drupal\charts_c3\Settings\CThree\ChartLabel::getRotation()
- 8 modules/charts_highcharts/src/Settings/Highcharts/ChartLabel.php \Drupal\charts_highcharts\Settings\Highcharts\ChartLabel::getRotation()
Same name and namespace in other branches
- 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
Namespace
Drupal\charts_c3\Settings\CThreeCode
public function getRotation() {
return $this->rotation;
}