renderDirection

How the elements of the legend are rendered – horizontally, or vertically:

chartLegend: {
    renderDirection: 'vertical'
}

Possible values are:

  • horizontal
  • vertical

This setting is demonstrated in the following example.