You are here

public function ChartLegend::setShow in Charts 8.3

Same name in this branch
  1. 8.3 modules/charts_billboard/src/Settings/Billboard/ChartLegend.php \Drupal\charts_billboard\Settings\Billboard\ChartLegend::setShow()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartLegend.php \Drupal\charts_c3\Settings\CThree\ChartLegend::setShow()

Set Show.

Parameters

mixed $show: Show.

File

modules/charts_c3/src/Settings/CThree/ChartLegend.php, line 28

Class

ChartLegend
Chart Legend.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setShow($show) {
  $this->show = $show;
}