HighchartsTilemapSeriesOptions constructor

HighchartsTilemapSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. bool? animation,
  4. double? borderRadius,
  5. double? borderWidth,
  6. String? className,
  7. bool? clip,
  8. String? color,
  9. dynamic colorAxis,
  10. double? colorIndex,
  11. String? colorKey,
  12. double? colsize,
  13. bool? crisp,
  14. String? cursor,
  15. Map<String, dynamic>? custom,
  16. HighchartsTilemapSeriesDataLabelsOptions? dataLabels,
  17. String? description,
  18. bool? enableMouseTracking,
  19. HighchartsSeriesEventsOptions? events,
  20. String? id,
  21. bool? inactiveOtherPoints,
  22. bool? includeInDataExport,
  23. double? index,
  24. bool? interpolation,
  25. List<String>? keys,
  26. HighchartsSeriesLabelOptions? label,
  27. double? legendIndex,
  28. String? legendSymbol,
  29. String? linkedTo,
  30. String? negativeColor,
  31. String? nullColor,
  32. bool? nullInteraction,
  33. HighchartsSeriesOnPointOptions? onPoint,
  34. double? opacity,
  35. HighchartsSeriesPointOptions? point,
  36. dynamic pointDescriptionFormat,
  37. dynamic pointDescriptionFormatter,
  38. double? pointPadding,
  39. bool? relativeXValue,
  40. double? rowsize,
  41. bool? selected,
  42. bool? showCheckbox,
  43. bool? showInLegend,
  44. bool? skipKeyboardNavigation,
  45. HighchartsSeriesSonificationOptions? sonification,
  46. HighchartsTilemapSeriesStatesOptions? states,
  47. bool? stickyTracking,
  48. String? tileShape,
  49. HighchartsTilemapSeriesTooltipOptions? tooltip,
  50. double? turboThreshold,
  51. bool? visible,
  52. dynamic xAxis,
  53. dynamic yAxis,
  54. double? zIndex,
  55. String? zoneAxis,
  56. List<HighchartsSeriesZonesOptions>? zones,
  57. bool? zoomEnabled,
})

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

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

Implementation

HighchartsTilemapSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.colsize,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.interpolation,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.linkedTo,
    this.negativeColor,
    this.nullColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointPadding,
    this.relativeXValue,
    this.rowsize,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.states,
    this.stickyTracking,
    this.tileShape,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});