HighchartsXRangeSeriesDragDropOptions constructor

HighchartsXRangeSeriesDragDropOptions({
  1. HighchartsXRangeSeriesDragDropDragHandleOptions? dragHandle,
  2. dynamic dragMaxX,
  3. double? dragMaxY,
  4. dynamic dragMinX,
  5. double? dragMinY,
  6. double? dragPrecisionX,
  7. double? dragPrecisionY,
  8. double? dragSensitivity,
  9. bool? draggableX,
  10. bool? draggableX1,
  11. bool? draggableX2,
  12. bool? draggableY,
  13. String? groupBy,
  14. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  15. bool? liveRedraw,
})

Highcharts Options Widget.

Implementation

HighchartsXRangeSeriesDragDropOptions(
    {this.dragHandle,
    this.dragMaxX,
    this.dragMaxY,
    this.dragMinX,
    this.dragMinY,
    this.dragPrecisionX,
    this.dragPrecisionY,
    this.dragSensitivity,
    this.draggableX,
    this.draggableX1,
    this.draggableX2,
    this.draggableY,
    this.groupBy,
    this.guideBox,
    this.liveRedraw});