start

Specifies the start value of a plot band along a chart axis.

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

This setting is demonstrated in the following example.