You are here

public function ChartAxes::getBaselineColor in Charts 8.3

Get the color of the baseline for the axis.

Return value

mixed Baseline Color.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getBaselineColor() {
  return $this->baselineColor;
}