Welcome to the Highcharts Core JS (highcharts) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

xAxis.plotLines.label.formatter

Callback JavaScript function to format the label. Useful properties like the value of plot line or the range of plot band (from & to properties) can be found in this.options object. Since v12.6.0, the callback also receives ctx as the first argument, so that arrow functions can access the same context as regular functions using this.