labelFormatter property
dynamic
labelFormatter
getter/setter pair
Callback function to format each of the series' labels. The this
keyword refers to the series object, or the point object in case of
pie charts. By default the series or point name is printed.
API Docs: https://api.highcharts.com/highcharts/legend.labelFormatter
Implementation
dynamic labelFormatter;