You are here

public function GoogleOptions::getCurveType in Charts 8.3

Gets the curveType properties.

Return value

string curveType.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getCurveType() {
  return $this->curveType;
}