HighchartsYAxisResizeOptions constructor
HighchartsYAxisResizeOptions({})
Options for axis resizing. It adds a thick line between panes which the user can drag in order to resize the panes.
Implementation
HighchartsYAxisResizeOptions(
{this.controlledAxis,
this.cursor,
this.enabled,
this.lineColor,
this.lineDashStyle,
this.lineWidth,
this.x,
this.y});