Welcome to the Highcharts Stock JS (highstock) 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.

annotations.measure.typeOptions.label.formatter

Formatter function for the label text.

Available data are:

`this.min` The minimum value of the points in the selected range.
`this.max` The maximum value of the points in the selected range.
`this.average` The average value of the points in the selected range.
`this.bins` The amount of the points in the selected range.