You are here

public function PlotOptionsSeries::getDataLabels in Charts 8.3

Get Data Labels.

Return value

mixed Data Labels.

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptionsSeries.php, line 22

Class

PlotOptionsSeries
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getDataLabels() {
  return $this->dataLabels;
}