HighchartsVBPSeriesOptions constructor

HighchartsVBPSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. double? colorIndex,
  11. String? colorKey,
  12. bool? compareToMain,
  13. bool? connectNulls,
  14. bool? crisp,
  15. double? cropThreshold,
  16. bool? cumulative,
  17. bool? cumulativeStart,
  18. String? cursor,
  19. Map<String, dynamic>? custom,
  20. String? dashStyle,
  21. HighchartsVBPSeriesDataGroupingOptions? dataGrouping,
  22. HighchartsVBPSeriesDataLabelsOptions? dataLabels,
  23. HighchartsSeriesDataSortingOptions? dataSorting,
  24. String? description,
  25. bool? enableMouseTracking,
  26. HighchartsSeriesEventsOptions? events,
  27. String? findNearestPointBy,
  28. double? gapSize,
  29. String? gapUnit,
  30. bool? getExtremesFromAll,
  31. String? id,
  32. bool? inactiveOtherPoints,
  33. bool? includeInDataExport,
  34. double? index,
  35. HighchartsSeriesLabelOptions? label,
  36. HighchartsSeriesLastPriceOptions? lastPrice,
  37. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  38. double? legendIndex,
  39. String? legendSymbol,
  40. String? legendSymbolColor,
  41. double? lineWidth,
  42. String? linecap,
  43. String? linkedTo,
  44. HighchartsSeriesMarkerOptions? marker,
  45. String? negativeColor,
  46. bool? nullInteraction,
  47. HighchartsSeriesOnPointOptions? onPoint,
  48. double? opacity,
  49. HighchartsVBPSeriesParamsOptions? params,
  50. HighchartsSeriesPointOptions? point,
  51. dynamic pointDescriptionFormat,
  52. dynamic pointDescriptionFormatter,
  53. double? pointPadding,
  54. bool? relativeXValue,
  55. bool? selected,
  56. Map<String, dynamic>? shadow,
  57. bool? showCheckbox,
  58. bool? showInLegend,
  59. bool? skipKeyboardNavigation,
  60. bool? softThreshold,
  61. HighchartsSeriesSonificationOptions? sonification,
  62. dynamic stack,
  63. HighchartsSeriesStatesOptions? states,
  64. String? step,
  65. bool? stickyTracking,
  66. double? threshold,
  67. HighchartsVBPSeriesTooltipOptions? tooltip,
  68. double? turboThreshold,
  69. bool? visible,
  70. HighchartsVBPSeriesVolumeDivisionOptions? volumeDivision,
  71. dynamic xAxis,
  72. dynamic yAxis,
  73. double? zIndex,
  74. String? zoneAxis,
  75. HighchartsVBPSeriesZoneLinesOptions? zoneLines,
  76. List<HighchartsSeriesZonesOptions>? zones,
  77. bool? zoomEnabled,
})

A Volume By Price (VBP) series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highstock/series.vbp

Implementation

HighchartsVBPSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.colorKey,
    this.compareToMain,
    this.connectNulls,
    this.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointPadding,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.volumeDivision,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zoneLines,
    this.zones,
    this.zoomEnabled});