HighchartsScatter3DSeriesOptions constructor
      
      HighchartsScatter3DSeriesOptions({ 
    
- HighchartsSeriesAccessibilityOptions? accessibility,
 - bool? allowPointSelect,
 - dynamic animation,
 - double? animationLimit,
 - String? className,
 - bool? clip,
 - String? color,
 - dynamic colorAxis,
 - double? colorIndex,
 - String? colorKey,
 - bool? connectEnds,
 - bool? connectNulls,
 - bool? crisp,
 - String? cursor,
 - Map<
String, dynamic> ? custom, - String? dashStyle,
 - List<
HighchartsSeriesDataLabelsOptions> ? dataLabels, - HighchartsSeriesDataSortingOptions? dataSorting,
 - String? description,
 - bool? enableMouseTracking,
 - HighchartsSeriesEventsOptions? events,
 - String? findNearestPointBy,
 - bool? getExtremesFromAll,
 - String? id,
 - bool? inactiveOtherPoints,
 - bool? includeInDataExport,
 - double? index,
 - HighchartsScatter3DSeriesJitterOptions? jitter,
 - List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
 - double? legendIndex,
 - String? legendSymbol,
 - double? lineWidth,
 - String? linecap,
 - String? linkedTo,
 - HighchartsScatter3DSeriesMarkerOptions? marker,
 - String? negativeColor,
 - bool? nullInteraction,
 - HighchartsSeriesOnPointOptions? onPoint,
 - double? opacity,
 - HighchartsSeriesPointOptions? point,
 - dynamic pointDescriptionFormat,
 - dynamic pointDescriptionFormatter,
 - double? pointInterval,
 - String? pointIntervalUnit,
 - dynamic pointStart,
 - bool? relativeXValue,
 - bool? selected,
 - bool? showCheckbox,
 - bool? showInLegend,
 - bool? softThreshold,
 - HighchartsSeriesSonificationOptions? sonification,
 - dynamic stack,
 - String? stacking,
 - HighchartsSeriesStatesOptions? states,
 - String? step,
 - bool? stickyTracking,
 - double? threshold,
 - HighchartsScatter3DSeriesTooltipOptions? tooltip,
 - double? turboThreshold,
 - bool? visible,
 - dynamic xAxis,
 - dynamic yAxis,
 - double? zIndex,
 - String? zoneAxis,
 - List<
HighchartsSeriesZonesOptions> ? zones, - bool? zoomEnabled,
 
A scatter3d series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.scatter3d
Implementation
HighchartsScatter3DSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.connectEnds,
    this.connectNulls,
    this.crisp,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.jitter,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});