You are here

public function ChartLegendItemStyle::getTextOverflow in Charts 8.3

Return value

mixed

File

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

Class

ChartLegendItemStyle
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getTextOverflow() {
  return $this->textOverflow;
}