HighchartsSeriesLastVisiblePriceOptions constructor

HighchartsSeriesLastVisiblePriceOptions({
  1. String? color,
  2. String? dashStyle,
  3. bool? enabled,
  4. HighchartsSeriesLastVisiblePriceLabelOptions? label,
  5. double? width,
})

The line marks the last price from visible range of points.

API Docs: https://api.highcharts.com/highstock/series.zigzag.lastVisiblePrice

Implementation

HighchartsSeriesLastVisiblePriceOptions(
    {this.color, this.dashStyle, this.enabled, this.label, this.width});