You are here

public function ChartAxes::getTitle in Charts 8.3

Get Chart Axis property that specifies a title for the axis.

Return value

mixed Title.

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 129

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getTitle() {
  return $this->title;
}