public function ChartLabel::setRotation in Charts 8
Same name in this branch
- 8 modules/charts_c3/src/Settings/CThree/ChartLabel.php \Drupal\charts_c3\Settings\CThree\ChartLabel::setRotation()
- 8 modules/charts_highcharts/src/Settings/Highcharts/ChartLabel.php \Drupal\charts_highcharts\Settings\Highcharts\ChartLabel::setRotation()
Same name and namespace in other branches
- 8.3 modules/charts_c3/src/Settings/CThree/ChartLabel.php \Drupal\charts_c3\Settings\CThree\ChartLabel::setRotation()
Parameters
mixed $rotation:
File
- modules/
charts_c3/ src/ Settings/ CThree/ ChartLabel.php, line 18
Class
Namespace
Drupal\charts_c3\Settings\CThreeCode
public function setRotation($rotation) {
$this->rotation = $rotation;
}