HighchartsOHLCSeriesDragDropDragHandleOptions constructor

HighchartsOHLCSeriesDragDropDragHandleOptions({
  1. String? className,
  2. String? color,
  3. String? cursor,
  4. String? lineColor,
  5. double? lineWidth,
  6. dynamic pathFormatter,
  7. double? zIndex,
})

Options for the drag handles available in column series.

API Docs: https://api.highcharts.com/highcharts/series.ohlc.dragDrop.dragHandle

Implementation

HighchartsOHLCSeriesDragDropDragHandleOptions(
    {this.className,
    this.color,
    this.cursor,
    this.lineColor,
    this.lineWidth,
    this.pathFormatter,
    this.zIndex});