verticalAlign

Specifies the vertical alignment of the legend relative to the chart.
Possible values are: bottom, top and middle.

chartLegend: {
    align: 'left',
    verticalAlign: 'top'
}

This setting is demonstrated in the following example.