formatter property

HighchartsCallback? formatter
getter/setter pair

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.

API Docs: https://api.highcharts.com/highcharts/xAxis.plotLines.label.formatter

Implementation

HighchartsCallback? formatter;