public function ChartLegend::setShow in Charts 8.3
Same name in this branch
- 8.3 modules/charts_billboard/src/Settings/Billboard/ChartLegend.php \Drupal\charts_billboard\Settings\Billboard\ChartLegend::setShow()
- 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_billboard/ src/ Settings/ Billboard/ ChartLegend.php, line 28
Class
- ChartLegend
- Chart Legend.
Namespace
Drupal\charts_billboard\Settings\BillboardCode
public function setShow($show) {
$this->show = $show;
}