You are here

public function YaxisLabel::setOverflow in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_highcharts/src/Settings/Highcharts/YaxisLabel.php \Drupal\charts_highcharts\Settings\Highcharts\YaxisLabel::setOverflow()

Parameters

$overflow:

File

modules/charts_highcharts/src/Settings/Highcharts/YaxisLabel.php, line 11

Class

YaxisLabel

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setOverflow($overflow) {
  $this->overflow = $overflow;
}