zIndex property

double? zIndex
getter/setter pair

The z index of the plot band within the chart, relative to other elements. Using the same z index as another element may give unpredictable results, as the last rendered element will be on top. Values from 0 to 20 make sense.

API Docs: https://api.highcharts.com/highcharts/xAxis.plotBands.zIndex

Implementation

double? zIndex;