You are here

public function Yaxis::getShowLastLabel in Charts 8.3

Return value

mixed

File

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

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getShowLastLabel() {
  return $this->showLastLabel;
}