HighchartsMapLineSeriesOptions constructor

HighchartsMapLineSeriesOptions({
  1. bool? affectsMapView,
  2. bool? animation,
  3. bool? colorByPoint,
  4. String? colorKey,
  5. List? colors,
  6. HighchartsMapLineSeriesDataLabelsOptions? dataLabels,
  7. String? fillColor,
  8. String? id,
  9. double? index,
  10. double? legendIndex,
  11. String? legendSymbol,
  12. double? lineWidth,
  13. String? linecap,
  14. dynamic mapData,
  15. String? nullColor,
  16. bool? nullInteraction,
  17. HighchartsMapLineSeriesStatesOptions? states,
  18. HighchartsMapLineSeriesTooltipOptions? tooltip,
  19. bool? zoomEnabled,
})

A mapline series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsMapLineSeriesOptions(
    {this.affectsMapView,
    this.animation,
    this.colorByPoint,
    this.colorKey,
    this.colors,
    this.dataLabels,
    this.fillColor,
    this.id,
    this.index,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    this.linecap,
    this.mapData,
    this.nullColor,
    this.nullInteraction,
    this.states,
    this.tooltip,
    this.zoomEnabled});