You are here

public function BillboardChart::getPoint in Charts 8.3

Get the point.

Return value

mixed Point.

File

modules/charts_billboard/src/Settings/Billboard/BillboardChart.php, line 192

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

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