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\GoogleCode
public function getCurveType() {
return $this->curveType;
}