You are here

public function GoogleOptions::setChartArea in Charts 8.3

Same name and namespace in other branches
  1. 8 modules/charts_google/src/Settings/Google/GoogleOptions.php \Drupal\charts_google\Settings\Google\GoogleOptions::setChartArea()

Sets the chartArea property.

Parameters

mixed $chartArea: Chart Area.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 333

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setChartArea($chartArea) {
  $this->chartArea = $chartArea;
}