ChartVerticalGridLineLayer constructor

const ChartVerticalGridLineLayer(
  1. GridLineBuilder lineBuilder
)

Creates a new instance of ChartVerticalGridLineLayer with the provided line builder

Implementation

const ChartVerticalGridLineLayer(this.lineBuilder);