lineHeight property

double? lineHeight
getter/setter pair

Line height for the legend items. Deprecated as of 2.1. Instead, the line height for each item can be set using itemStyle.lineHeight, and the padding between items using itemMarginTop and itemMarginBottom.

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

Implementation

double? lineHeight;