public function GoogleOptions::setThreeDimensional in Charts 8.3
Sets three-dimensional chart option.
Parameters
mixed $threeDimensional: 3D option.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 542
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setThreeDimensional($is3D) {
$this->is3D = $is3D;
}