You are here

public function CThree::getLegend in Charts 8.3

Return value

mixed

File

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

Class

CThree
CThree.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getLegend() {
  return $this->legend;
}