You are here

public function CThree::getPoint in Charts 8.3

Return value

mixed

File

modules/charts_c3/src/Settings/CThree/CThree.php, line 143

Class

CThree
CThree.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getPoint() {
  return $this->point;
}