You are here

public function ChartLegendItemStyle::setTextOverflow in Charts 8.3

Parameters

mixed $textOverflow:

File

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

Class

ChartLegendItemStyle
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setTextOverflow($textOverflow) {
  $this->textOverflow = $textOverflow;
}