public function ChartLegend::getShow 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::getShow()
- 8.3 modules/charts_c3/src/Settings/CThree/ChartLegend.php \Drupal\charts_c3\Settings\CThree\ChartLegend::getShow()
Get Show.
Return value
mixed Show.
File
- modules/
charts_billboard/ src/ Settings/ Billboard/ ChartLegend.php, line 18
Class
- ChartLegend
- Chart Legend.
Namespace
Drupal\charts_billboard\Settings\BillboardCode
public function getShow() {
return $this->show;
}