HighchartsVectorSeriesOptions constructor
      
      HighchartsVectorSeriesOptions({ 
    
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? className,
- bool? clip,
- HighchartsVectorSeriesClusterOptions? cluster,
- String? color,
- dynamic colorAxis,
- double? colorIndex,
- String? colorKey,
- String? compare,
- double? compareBase,
- bool? compareStart,
- bool? crisp,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- Map<String, dynamic> ? custom,
- List<HighchartsSeriesDataLabelsOptions> ? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<String> ? keys,
- HighchartsSeriesLabelOptions? label,
- HighchartsSeriesLastPriceOptions? lastPrice,
- HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
- double? legendIndex,
- String? legendSymbol,
- double? lineWidth,
- String? linkedTo,
- String? marker,
- String? negativeColor,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- double? pointRange,
- dynamic pointStart,
- bool? relativeXValue,
- String? rotationOrigin,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- HighchartsVectorSeriesStatesOptions? states,
- bool? stickyTracking,
- double? threshold,
- HighchartsVectorSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- double? vectorLength,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<HighchartsSeriesZonesOptions> ? zones,
- bool? zoomEnabled,
A vector series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.vector
Implementation
HighchartsVectorSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.cluster,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.crisp,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    this.linkedTo,
    this.marker,
    this.navigatorOptions,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointRange,
    this.pointStart,
    this.relativeXValue,
    this.rotationOrigin,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.vectorLength,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});