You are here

public function ChartArea::setHeight in Charts 8.3

Sets the chart area height.

Parameters

mixed $height: Height.

File

modules/charts_google/src/Settings/Google/ChartArea.php, line 76

Class

ChartArea
Class ChartArea.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setHeight($height) {
  $this->height = $height;
}