You are here

public function ChartArea::getWidth in Charts 8.3

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

Gets the chart area width.

Return value

mixed Width.

File

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

Class

ChartArea
Class ChartArea.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getWidth() {
  return $this->width;
}