public function Yaxis::setShowFirstLabel in Charts 8.3
Parameters
mixed $showFirstLabel:
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ Yaxis.php, line 165
Class
- Yaxis
- Y Axis.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setShowFirstLabel($showFirstLabel) {
$this->showFirstLabel = $showFirstLabel;
}