HighchartsColumnRangeSeriesOptions constructor
      
      HighchartsColumnRangeSeriesOptions({ 
    
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? boostBlending,
- double? boostThreshold,
- String? borderColor,
- HighchartsColumnRangeSeriesBorderRadiusOptions? borderRadius,
- double? borderWidth,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- bool? colorByPoint,
- double? colorIndex,
- String? colorKey,
- List? colors,
- String? compare,
- double? compareBase,
- bool? compareStart,
- bool? crisp,
- double? cropThreshold,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- Map<String, dynamic> ? custom,
- String? dashStyle,
- HighchartsColumnRangeSeriesDataGroupingOptions? dataGrouping,
- HighchartsColumnRangeSeriesDataLabelsOptions? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- double? depth,
- String? description,
- HighchartsColumnRangeSeriesDragDropOptions? dragDrop,
- String? edgeColor,
- double? edgeWidth,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- double? groupPadding,
- double? groupZPadding,
- bool? grouping,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<String> ? keys,
- HighchartsSeriesLabelOptions? label,
- HighchartsSeriesLastPriceOptions? lastPrice,
- HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? linkedTo,
- double? maxPointWidth,
- double? minPointLength,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- double? pointPadding,
- dynamic pointPlacement,
- dynamic pointRange,
- dynamic pointStart,
- double? pointWidth,
- bool? relativeXValue,
- bool? selected,
- Map<String, dynamic> ? shadow,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsColumnRangeSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsColumnRangeSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<HighchartsSeriesZonesOptions> ? zones,
- 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});