HighchartsHLCSeriesDragDropOptions constructor

HighchartsHLCSeriesDragDropOptions({
  1. HighchartsHLCSeriesDragDropDragHandleOptions? 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? draggableY,
  11. String? groupBy,
  12. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  13. bool? liveRedraw,
})

Highcharts Options Widget.

Implementation

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