You are here

public function CThree::setPoint in Charts 8.3

Parameters

mixed $point:

File

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

Class

CThree
CThree.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setPoint($point) {
  $this->point = $point;
}