plotBands

Specifies the plot bands for this axis as an array of objects.

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

This setting is demonstrated in the following example.