You are here

public function TypeInterface::getAxis in Charts 8.4

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

Gets the chart type axis.

Return value

string The chart type axis.

1 method overrides TypeInterface::getAxis()
Type::getAxis in src/Plugin/chart/Type/Type.php
Gets the chart type axis.

File

src/Plugin/chart/Type/TypeInterface.php, line 32

Class

TypeInterface
Defines an interface for Chart type plugins.

Namespace

Drupal\charts\Plugin\chart\Type

Code

public function getAxis();