drawColor

Specifies the plot band color.

axisX: {
    plotBands: [
        { start: 3, end: 5, drawColor: 'green' },
        { start: 8, end: 10, drawColor: 'red' }
    ]
}

This setting is demonstrated in the following example.