You are here

public function Type::getAxis in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x src/Plugin/chart/Type/Type.php \Drupal\charts\Plugin\chart\Type\Type::getAxis()

Gets the chart type axis.

Return value

string The chart type axis.

Overrides TypeInterface::getAxis

File

src/Plugin/chart/Type/Type.php, line 29

Class

Type
Chart type class plugins.

Namespace

Drupal\charts\Plugin\chart\Type

Code

public function getAxis() {
  return $this->pluginDefinition['axis'];
}