You are here

public function GoogleOptions::getTitlePosition in Charts 8.3

Gets the position of chart title.

Return value

string Title Position.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getTitlePosition() {
  return $this->titlePosition;
}