You are here

public function ChartLabel::getRotation in Charts 8.3

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

Get Rotation.

Return value

mixed Rotation.

File

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

Class

ChartLabel
Chart Label.

Namespace

Drupal\charts_c3\Settings\CThree

Code

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