You are here

public function ChartLegendItemStyle::getCursor in Charts 8.3

Return value

string

File

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

Class

ChartLegendItemStyle
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getCursor() {
  return $this->cursor;
}