legend property

HighchartsLegendOptions? legend
getter/setter pair

The legend is a box containing a symbol and name for each series item or point item in the chart. Each series (or points in case of pie charts) is represented by a symbol and its name in the legend.

It is possible to override the symbol creator function and create custom legend symbols.

API Docs: https://api.highcharts.com/highcharts/legend

Implementation

HighchartsLegendOptions? legend;