HighchartsYAxisResizeOptions constructor

HighchartsYAxisResizeOptions({
  1. HighchartsYAxisResizeControlledAxisOptions? controlledAxis,
  2. String? cursor,
  3. bool? enabled,
  4. String? lineColor,
  5. String? lineDashStyle,
  6. double? lineWidth,
  7. double? x,
  8. double? y,
})

Options for axis resizing. It adds a thick line between panes which the user can drag in order to resize the panes.

API Docs: https://api.highcharts.com/highstock/yAxis.resize

Implementation

HighchartsYAxisResizeOptions(
    {this.controlledAxis,
    this.cursor,
    this.enabled,
    this.lineColor,
    this.lineDashStyle,
    this.lineWidth,
    this.x,
    this.y});