You are here

public function PlotOptionsSeries::setDataLabels in Charts 8.3

Set Data Labels.

Parameters

mixed $dataLabels: Data Labels.

File

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

Class

PlotOptionsSeries
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setDataLabels($dataLabels) {
  $this->dataLabels = $dataLabels;
}