public function ChartAxes::getBaseline in Charts 8.3
Get Chart Axis property that specifies the baseline for the axis.
Return value
mixed Baseline.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 194
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getBaseline() {
return $this->baseline;
}