HighchartsGeoHeatmapSeriesOptions constructor
HighchartsGeoHeatmapSeriesOptions({
- bool? affectsMapView,
- bool? animation,
- double? borderWidth,
- String? color,
- bool? colorByPoint,
- String? colorKey,
- List? colors,
- double? colsize,
- HighchartsGeoHeatmapSeriesDataLabelsOptions? dataLabels,
- String? id,
- double? index,
- HighchartsGeoHeatmapSeriesInterpolationOptions? interpolation,
- double? legendIndex,
- String? legendSymbol,
- String? linecap,
- String? nullColor,
- bool? nullInteraction,
- double? rowsize,
- HighchartsGeoHeatmapSeriesStatesOptions? states,
- HighchartsGeoHeatmapSeriesTooltipOptions? tooltip,
- bool? zoomEnabled,
A geoheatmap
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highmaps/series.geoheatmap
Implementation
HighchartsGeoHeatmapSeriesOptions(
{this.affectsMapView,
this.animation,
this.borderWidth,
this.color,
this.colorByPoint,
this.colorKey,
this.colors,
this.colsize,
this.dataLabels,
this.id,
this.index,
this.interpolation,
this.legendIndex,
this.legendSymbol,
this.linecap,
this.nullColor,
this.nullInteraction,
this.rowsize,
this.states,
this.tooltip,
this.zoomEnabled});