You are here

public function ChartjsData::getLabels in Charts 8.3

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

Return value

mixed Labels.

File

modules/charts_chartjs/src/Settings/Chartjs/ChartjsData.php, line 35

Class

ChartjsData
Class ChartjsData.

Namespace

Drupal\charts_chartjs\Settings\Chartjs

Code

public function getLabels() {
  return $this->labels;
}