public function ChartArea::getHeight in Charts 8.3
Gets the chart area height.
Return value
mixed Height.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartArea.php, line 66
Class
- ChartArea
- Class ChartArea.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getHeight() {
return $this->height;
}