label

Specifies a custom label that can be applied to the plotline(s) drawn in the chart.

axisY: {
        plotLines: [
                {
                    start: 6,
                    drawWidth: 2,
                    drawColor: 'red',
                    label: {
                        text: "High Value",
                        style: {
                            color: "red"
                        }
                    }
                }
            ]
    },

This setting is demonstrated in the following example.