You are here

public function ChartAxes::setTextPosition in Charts 8.3

Set the position of the axis text, relative to the chart area.

Parameters

mixed $value: Text Position.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setTextPosition($value) {
  $this->textPosition = $value;
}