public function ChartAxes::getDirection in Charts 8.3
Get the direction in which the values along the axis grow.
Return value
mixed Direction.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 234
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getDirection() {
return $this->direction;
}