You are here

public function Yaxis::setShowLastLabel in Charts 8.3

Parameters

mixed $showLastLabel:

File

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

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setShowLastLabel($showLastLabel) {
  $this->showLastLabel = $showLastLabel;
}