You are here

public function PlotOptionsSeriesDataLabels::setEnabled in Charts 8.3

Set Enabled.

Parameters

bool $enabled: Enabled.

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptionsSeriesDataLabels.php, line 28

Class

PlotOptionsSeriesDataLabels
Plot Options Series Data Labels.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setEnabled($enabled) {
  $this->enabled = $enabled;
}