HighchartsTreegraphSeriesDataDragDropOptions constructor

HighchartsTreegraphSeriesDataDragDropOptions({
  1. HighchartsSeriesDragDropDragHandleOptions? 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,
})

Point specific options for the draggable-points module. Overrides options on series.dragDrop.

API Docs: https://api.highcharts.com/highcharts/series.treegraph.data.dragDrop

Implementation

HighchartsTreegraphSeriesDataDragDropOptions(
    {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});