HighchartsAnnotationsVerticalLineOptions constructor
HighchartsAnnotationsVerticalLineOptions({
- HighchartsAnnotationsCrookedLineLabelOptions? labelOptions,
- HighchartsAnnotationsCrookedLineShapeOptions? shapeOptions,
- HighchartsAnnotationsVerticalLineTypeOptions? typeOptions,
A vertical line annotation.
API Docs: https://api.highcharts.com/highstock/annotations.verticalLine
Implementation
HighchartsAnnotationsVerticalLineOptions(
{this.labelOptions, this.shapeOptions, this.typeOptions});