public function ChartLegend::getItemStyle in Charts 8.3
Return value
mixed
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ ChartLegend.php, line 237
Class
- ChartLegend
- Chart Legend.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function getItemStyle() {
return $this->itemStyle;
}