You are here

public function GoogleOptions::setPointSize in Charts 8.3

Parameters

int $pointSize:

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setPointSize($pointSize) {
  $this->pointSize = $pointSize;
}