HighchartsBoxPlotSeriesDragDropOptions constructor

HighchartsBoxPlotSeriesDragDropOptions({
  1. HighchartsBoxPlotSeriesDragDropDragHandleOptions? dragHandle,
  2. dynamic dragMaxX,
  3. double? dragMaxY,
  4. dynamic dragMinX,
  5. double? dragMinY,
  6. double? dragPrecisionX,
  7. double? dragPrecisionY,
  8. double? dragSensitivity,
  9. bool? draggableHigh,
  10. bool? draggableLow,
  11. bool? draggableQ1,
  12. bool? draggableQ3,
  13. bool? draggableX,
  14. bool? draggableY,
  15. String? groupBy,
  16. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  17. bool? liveRedraw,
})

Highcharts Options Widget.

Implementation

HighchartsBoxPlotSeriesDragDropOptions(
    {this.dragHandle,
    this.dragMaxX,
    this.dragMaxY,
    this.dragMinX,
    this.dragMinY,
    this.dragPrecisionX,
    this.dragPrecisionY,
    this.dragSensitivity,
    this.draggableHigh,
    this.draggableLow,
    this.draggableQ1,
    this.draggableQ3,
    this.draggableX,
    this.draggableY,
    this.groupBy,
    this.guideBox,
    this.liveRedraw});