HighchartsSeriesLastPriceOptions constructor

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

The line marks the last price from all points.

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

Implementation

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