HighchartsColumnRangeSeriesDragDropOptions constructor

HighchartsColumnRangeSeriesDragDropOptions({
  1. HighchartsColumnRangeSeriesDragDropDragHandleOptions? 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? draggableX,
  12. bool? draggableY,
  13. String? groupBy,
  14. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  15. bool? liveRedraw,
})

Highcharts Options Widget.

Implementation

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