HighchartsScatter3DSeriesOptions constructor

HighchartsScatter3DSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. dynamic colorAxis,
  9. double? colorIndex,
  10. String? colorKey,
  11. bool? connectEnds,
  12. bool? connectNulls,
  13. bool? crisp,
  14. String? cursor,
  15. Map<String, dynamic>? custom,
  16. String? dashStyle,
  17. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  18. HighchartsSeriesDataSortingOptions? dataSorting,
  19. String? description,
  20. bool? enableMouseTracking,
  21. HighchartsSeriesEventsOptions? events,
  22. String? findNearestPointBy,
  23. bool? getExtremesFromAll,
  24. String? id,
  25. bool? inactiveOtherPoints,
  26. bool? includeInDataExport,
  27. double? index,
  28. HighchartsScatter3DSeriesJitterOptions? jitter,
  29. List<String>? keys,
  30. HighchartsSeriesLabelOptions? label,
  31. double? legendIndex,
  32. String? legendSymbol,
  33. double? lineWidth,
  34. String? linecap,
  35. String? linkedTo,
  36. HighchartsScatter3DSeriesMarkerOptions? marker,
  37. String? negativeColor,
  38. bool? nullInteraction,
  39. HighchartsSeriesOnPointOptions? onPoint,
  40. double? opacity,
  41. HighchartsSeriesPointOptions? point,
  42. dynamic pointDescriptionFormat,
  43. dynamic pointDescriptionFormatter,
  44. double? pointInterval,
  45. String? pointIntervalUnit,
  46. dynamic pointStart,
  47. bool? relativeXValue,
  48. bool? selected,
  49. bool? showCheckbox,
  50. bool? showInLegend,
  51. bool? skipKeyboardNavigation,
  52. bool? softThreshold,
  53. HighchartsSeriesSonificationOptions? sonification,
  54. dynamic stack,
  55. String? stacking,
  56. HighchartsSeriesStatesOptions? states,
  57. String? step,
  58. bool? stickyTracking,
  59. double? threshold,
  60. HighchartsScatter3DSeriesTooltipOptions? tooltip,
  61. double? turboThreshold,
  62. bool? visible,
  63. dynamic xAxis,
  64. dynamic yAxis,
  65. double? zIndex,
  66. String? zoneAxis,
  67. List<HighchartsSeriesZonesOptions>? zones,
  68. 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});