You are here

public function ChartAxes::setBaseline in Charts 8.3

Set Chart Axis property that specifies the baseline for the axis.

Parameters

mixed $value: Baseline.

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 204

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setBaseline($value) {
  $this->baseline = $value;
}