You are here

public function GoogleOptions::getThreeDimensional in Charts 8.3

Gets three-dimensional chart option.

Return value

mixed 3D option.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getThreeDimensional() {
  return $this->is3D;
}