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