You are here

public function PlotOptionsSeriesDataLabels::getEnabled in Charts 8.3

Get Enabled.

Return value

bool Enabled.

File

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

Class

PlotOptionsSeriesDataLabels
Plot Options Series Data Labels.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getEnabled() {
  return $this->enabled;
}