HighchartsMapPointSeriesOptions constructor
HighchartsMapPointSeriesOptions({
- HighchartsMapPointSeriesDataLabelsOptions? dataLabels,
- String? id,
- double? index,
- double? legendIndex,
- String? legendSymbol,
- dynamic mapData,
A mappoint
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highmaps/series.mappoint
Implementation
HighchartsMapPointSeriesOptions(
{this.dataLabels,
this.id,
this.index,
this.legendIndex,
this.legendSymbol,
this.mapData});