format property

String? format
final

(Highcharts, Highstock, Highmaps) A format string for the axis label. The context is available as format string variables. For example, you can use {text} to insert the default formatted text. The recommended way of adding units for the label is using text, for example {text} km.

Implementation

final String? format;