You are here

public function ChartAxes::getTextPosition in Charts 8.3

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

Return value

mixed Text Position.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getTextPosition() {
  return $this->textPosition;
}