HighchartsMapSeriesOptions constructor
HighchartsMapSeriesOptions({
- bool? affectsMapView,
- bool? animation,
- bool? colorByPoint,
- String? colorKey,
- List? colors,
- HighchartsMapSeriesDataLabelsOptions? dataLabels,
- String? id,
- double? index,
- double? legendIndex,
- String? legendSymbol,
- String? linecap,
- dynamic mapData,
- String? nullColor,
- bool? nullInteraction,
- HighchartsMapSeriesStatesOptions? states,
- HighchartsMapSeriesTooltipOptions? tooltip,
A map
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsMapSeriesOptions(
{this.affectsMapView,
this.animation,
this.colorByPoint,
this.colorKey,
this.colors,
this.dataLabels,
this.id,
this.index,
this.legendIndex,
this.legendSymbol,
this.linecap,
this.mapData,
this.nullColor,
this.nullInteraction,
this.states,
this.tooltip});