You are here

public function TypeInterface::isAxisInverted 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::isAxisInverted()

Gets whether the chart type axis is inverted.

Return value

bool TRUE if the chart type axis is inverted, FALSE otherwise.

1 method overrides TypeInterface::isAxisInverted()
Type::isAxisInverted in src/Plugin/chart/Type/Type.php
Gets whether the chart type axis is inverted.

File

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

Class

TypeInterface
Defines an interface for Chart type plugins.

Namespace

Drupal\charts\Plugin\chart\Type

Code

public function isAxisInverted();