HighchartsXAxisGridOptions constructor

HighchartsXAxisGridOptions({
  1. String? borderColor,
  2. double? borderWidth,
  3. double? cellHeight,
  4. List? columns,
  5. bool? enabled,
})

Set grid options for the axis labels. Requires Highcharts Gantt.

API Docs: https://api.highcharts.com/gantt/yAxis.grid

Implementation

HighchartsXAxisGridOptions(
    {this.borderColor,
    this.borderWidth,
    this.cellHeight,
    this.columns,
    this.enabled});