series property

List<HighchartsSeries>? series
getter/setter pair

Series options for specific data and the data itself. In TypeScript you have to cast the series options to specific series types, to get all possible options for a series.

API Docs: https://api.highcharts.com/highcharts/series

Implementation

List<HighchartsSeries>? series;