months property

List<String>? months
getter/setter pair

An array containing the months names. Corresponds to the %B format in Highcharts.dateFormat(). Defaults to 'undefined', meaning the default month names are used according to the lang.locale setting.

API Docs: https://api.highcharts.com/highcharts/lang.months

Implementation

List<String>? months;