HighchartsColumnRangeSeriesOptions constructor

HighchartsColumnRangeSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. String? borderColor,
  8. HighchartsColumnRangeSeriesBorderRadiusOptions? borderRadius,
  9. double? borderWidth,
  10. bool? centerInCategory,
  11. String? className,
  12. bool? clip,
  13. String? color,
  14. dynamic colorAxis,
  15. bool? colorByPoint,
  16. double? colorIndex,
  17. String? colorKey,
  18. List? colors,
  19. String? compare,
  20. double? compareBase,
  21. bool? compareStart,
  22. bool? crisp,
  23. double? cropThreshold,
  24. bool? cumulative,
  25. bool? cumulativeStart,
  26. String? cursor,
  27. Map<String, dynamic>? custom,
  28. String? dashStyle,
  29. HighchartsColumnRangeSeriesDataGroupingOptions? dataGrouping,
  30. HighchartsColumnRangeSeriesDataLabelsOptions? dataLabels,
  31. HighchartsSeriesDataSortingOptions? dataSorting,
  32. double? depth,
  33. String? description,
  34. HighchartsColumnRangeSeriesDragDropOptions? dragDrop,
  35. String? edgeColor,
  36. double? edgeWidth,
  37. bool? enableMouseTracking,
  38. HighchartsSeriesEventsOptions? events,
  39. String? findNearestPointBy,
  40. bool? getExtremesFromAll,
  41. double? groupPadding,
  42. double? groupZPadding,
  43. bool? grouping,
  44. String? id,
  45. bool? inactiveOtherPoints,
  46. bool? includeInDataExport,
  47. double? index,
  48. List<String>? keys,
  49. HighchartsSeriesLabelOptions? label,
  50. HighchartsSeriesLastPriceOptions? lastPrice,
  51. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  52. double? legendIndex,
  53. String? legendSymbol,
  54. String? legendSymbolColor,
  55. String? linkedTo,
  56. double? maxPointWidth,
  57. double? minPointLength,
  58. dynamic navigatorOptions,
  59. bool? nullInteraction,
  60. HighchartsSeriesOnPointOptions? onPoint,
  61. double? opacity,
  62. HighchartsSeriesPointOptions? point,
  63. dynamic pointDescriptionFormat,
  64. dynamic pointDescriptionFormatter,
  65. double? pointInterval,
  66. String? pointIntervalUnit,
  67. double? pointPadding,
  68. dynamic pointPlacement,
  69. dynamic pointRange,
  70. dynamic pointStart,
  71. double? pointWidth,
  72. bool? relativeXValue,
  73. bool? selected,
  74. Map<String, dynamic>? shadow,
  75. bool? showCheckbox,
  76. bool? showInLegend,
  77. bool? showInNavigator,
  78. bool? skipKeyboardNavigation,
  79. HighchartsSeriesSonificationOptions? sonification,
  80. HighchartsColumnRangeSeriesStatesOptions? states,
  81. bool? stickyTracking,
  82. HighchartsColumnRangeSeriesTooltipOptions? tooltip,
  83. double? turboThreshold,
  84. bool? visible,
  85. dynamic xAxis,
  86. dynamic yAxis,
  87. double? zIndex,
  88. String? zoneAxis,
  89. List<HighchartsSeriesZonesOptions>? zones,
  90. bool? zoomEnabled,
})

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

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

Implementation

HighchartsColumnRangeSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.depth,
    this.description,
    this.dragDrop,
    this.edgeColor,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.groupZPadding,
    this.grouping,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.navigatorOptions,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointWidth,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    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});