HighchartsHollowcandlestickSeriesDragDropOptions constructor

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

Highcharts Options Widget.

Implementation

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