HighchartsPyramid3DSeriesDragDropDragHandleOptions constructor

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

Options for the drag handles available in column series.

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

Implementation

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