You are here

public function ChartLegendItemStyle::setFontSize in Charts 8.3

Parameters

string $fontSize:

File

modules/charts_highcharts/src/Settings/Highcharts/ChartLegendItemStyle.php, line 58

Class

ChartLegendItemStyle
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setFontSize($fontSize) {
  $this->fontSize = $fontSize;
}