HighchartsHeatmapSeriesOptions constructor

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

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

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

Implementation

HighchartsHeatmapSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.boostBlending,
    this.boostThreshold,
    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.dataSorting,
    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.mapData,
    this.marker,
    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.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});