public function YaxisLabel::setYaxisLabelPrefix in Charts 8.3
Parameters
string $prefix:
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ YaxisLabel.php, line 58
Class
- YaxisLabel
- Y Axis Label.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setYaxisLabelPrefix($prefix) {
$this->prefix = $prefix;
}