HighchartsAnnotationsVerticalLineOptions constructor

HighchartsAnnotationsVerticalLineOptions({
  1. HighchartsAnnotationsCrookedLineLabelOptions? labelOptions,
  2. HighchartsAnnotationsCrookedLineShapeOptions? shapeOptions,
  3. HighchartsAnnotationsVerticalLineTypeOptions? typeOptions,
})

Implementation

HighchartsAnnotationsVerticalLineOptions(
    {this.labelOptions, this.shapeOptions, this.typeOptions});