layout property

String? layout
getter/setter pair

The layout of the legend items. Can be one of horizontal or vertical or proximate. When proximate, the legend items will be placed as close as possible to the graphs they're representing, except in inverted charts or when the legend position doesn't allow it.

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

Implementation

String? layout;