public function YaxisTitle::setText in Charts 8.3
Same name and namespace in other branches
- 8 modules/charts_highcharts/src/Settings/Highcharts/YaxisTitle.php \Drupal\charts_highcharts\Settings\Highcharts\YaxisTitle::setText()
Set Text.
Parameters
string $text: Text.
Overrides ChartTitle::setText
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ YaxisTitle.php, line 28
Class
- YaxisTitle
- Y Axis Title.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setText($text) {
$this->text = $text;
}