public function Xaxis::getLabels in Charts 8.3
Same name and namespace in other branches
- 8 modules/charts_highcharts/src/Settings/Highcharts/Xaxis.php \Drupal\charts_highcharts\Settings\Highcharts\Xaxis::getLabels()
Get Labels.
Return value
mixed Labels.
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ Xaxis.php, line 73
Class
- Xaxis
- X Axis.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function getLabels() {
return $this->labels;
}