score:1

No it is not possible, you need two series, first line and second with dashed style.

score:1

You can apply 'zones' to a series: http://api.highcharts.com/highcharts/plotOptions.series.zones Just use the dashStyle option like in this example http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/series/color-zones-dashstyle-dot/

 zones: [{
        value: 8
    }, {
        dashStyle: 'dot'
    }]

Related Query

More Query from same tag