public function GoogleOptions::getChartArea in Charts 8.3
Same name and namespace in other branches
- 8 modules/charts_google/src/Settings/Google/GoogleOptions.php \Drupal\charts_google\Settings\Google\GoogleOptions::getChartArea()
Gets the chartArea property.
Return value
mixed Chart Area.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 323
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getChartArea() {
return $this->chartArea;
}