HighchartsXRangeSeriesOptions constructor

HighchartsXRangeSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. double? borderRadius,
  7. double? borderWidth,
  8. bool? centerInCategory,
  9. String? className,
  10. bool? clip,
  11. String? color,
  12. dynamic colorAxis,
  13. bool? colorByPoint,
  14. double? colorIndex,
  15. String? colorKey,
  16. List? colors,
  17. String? compare,
  18. double? compareBase,
  19. bool? compareStart,
  20. bool? cumulative,
  21. bool? cumulativeStart,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. String? dashStyle,
  25. HighchartsXRangeSeriesDataGroupingOptions? dataGrouping,
  26. HighchartsXRangeSeriesDataLabelsOptions? dataLabels,
  27. String? description,
  28. HighchartsXRangeSeriesDragDropOptions? dragDrop,
  29. bool? enableMouseTracking,
  30. HighchartsSeriesEventsOptions? events,
  31. double? groupPadding,
  32. double? groupZPadding,
  33. bool? grouping,
  34. String? id,
  35. bool? inactiveOtherPoints,
  36. bool? includeInDataExport,
  37. double? index,
  38. List<String>? keys,
  39. HighchartsSeriesLabelOptions? label,
  40. HighchartsSeriesLastPriceOptions? lastPrice,
  41. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  42. double? legendIndex,
  43. String? legendSymbol,
  44. String? legendSymbolColor,
  45. String? linkedTo,
  46. double? maxPointWidth,
  47. double? minPointLength,
  48. dynamic navigatorOptions,
  49. bool? nullInteraction,
  50. HighchartsSeriesOnPointOptions? onPoint,
  51. double? opacity,
  52. HighchartsXRangeSeriesPartialFillOptions? partialFill,
  53. HighchartsSeriesPointOptions? point,
  54. dynamic pointDescriptionFormat,
  55. dynamic pointDescriptionFormatter,
  56. double? pointPadding,
  57. double? pointWidth,
  58. bool? relativeXValue,
  59. bool? selected,
  60. Map<String, dynamic>? shadow,
  61. bool? showCheckbox,
  62. bool? showInLegend,
  63. bool? showInNavigator,
  64. bool? skipKeyboardNavigation,
  65. HighchartsSeriesSonificationOptions? sonification,
  66. dynamic stack,
  67. HighchartsXRangeSeriesStatesOptions? states,
  68. bool? stickyTracking,
  69. HighchartsXRangeSeriesTooltipOptions? tooltip,
  70. double? turboThreshold,
  71. bool? visible,
  72. dynamic xAxis,
  73. dynamic yAxis,
  74. double? zIndex,
  75. String? zoneAxis,
  76. List<HighchartsSeriesZonesOptions>? zones,
  77. bool? zoomEnabled,
})

An xrange series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsXRangeSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    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.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.enableMouseTracking,
    this.events,
    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.partialFill,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointPadding,
    this.pointWidth,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});