You are here

public function Yaxis::getShowFirstLabel in Charts 8.3

Return value

mixed

File

modules/charts_highcharts/src/Settings/Highcharts/Yaxis.php, line 158

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getShowFirstLabel() {
  return $this->showFirstLabel;
}