You are here

public function PlotOptionsStacking::getDataLabels in Charts 8.3

Get Data Labels.

Return value

mixed Data Labels.

File

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

Class

PlotOptionsStacking
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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