HighchartsSeriesLastPriceOptions constructor
HighchartsSeriesLastPriceOptions({
- String? color,
- String? dashStyle,
- bool? enabled,
- HighchartsSeriesLastPriceLabelOptions? label,
- 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});