HighchartsBoxPlotSeriesDragDropOptions constructor
HighchartsBoxPlotSeriesDragDropOptions({
- HighchartsBoxPlotSeriesDragDropDragHandleOptions? dragHandle,
- dynamic dragMaxX,
- double? dragMaxY,
- dynamic dragMinX,
- double? dragMinY,
- double? dragPrecisionX,
- double? dragPrecisionY,
- double? dragSensitivity,
- bool? draggableHigh,
- bool? draggableLow,
- bool? draggableQ1,
- bool? draggableQ3,
- bool? draggableX,
- bool? draggableY,
- String? groupBy,
- HighchartsSeriesDragDropGuideBoxOptions? guideBox,
- bool? liveRedraw,
Highcharts Options Widget.
Implementation
HighchartsBoxPlotSeriesDragDropOptions(
{this.dragHandle,
this.dragMaxX,
this.dragMaxY,
this.dragMinX,
this.dragMinY,
this.dragPrecisionX,
this.dragPrecisionY,
this.dragSensitivity,
this.draggableHigh,
this.draggableLow,
this.draggableQ1,
this.draggableQ3,
this.draggableX,
this.draggableY,
this.groupBy,
this.guideBox,
this.liveRedraw});