HighchartsTilemapSeriesDataOptions constructor

HighchartsTilemapSeriesDataOptions({
  1. HighchartsTilemapSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. Map<String, dynamic>? custom,
  6. List<HighchartsTilemapSeriesDataDataLabelsOptions>? dataLabels,
  7. String? description,
  8. HighchartsTilemapSeriesDataDragDropOptions? dragDrop,
  9. String? drilldown,
  10. HighchartsTilemapSeriesDataEventsOptions? events,
  11. String? id,
  12. double? labelrank,
  13. String? name,
  14. double? pointPadding,
  15. bool? selected,
  16. double? value,
  17. double? x,
  18. double? y,
})

An array of data points for the series. For the tilemap series type, points can be given in the following ways:

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

Implementation

HighchartsTilemapSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.name,
    this.pointPadding,
    this.selected,
    this.value,
    this.x,
    this.y});