You are here

public function ChartAxes::setBaselineColor in Charts 8.3

Set the color of the baseline for the axis.

Parameters

mixed $value: Baseline Color.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setBaselineColor($value) {
  $this->baselineColor = $value;
}