HighchartsSeriesLastPriceOptions class

The line marks the last price from all points.

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

Inheritance

Constructors

HighchartsSeriesLastPriceOptions.new({String? color, String? dashStyle, bool? enabled, HighchartsSeriesLastPriceLabelOptions? label, double? width})
The line marks the last price from all points.

Properties

color String?
The color of the line of last price. By default, the line has the same color as the series.
getter/setter pair
dashStyle String?
Name of the dash style to use for the line of last price.
getter/setter pair
enabled bool?
Enable or disable the indicator.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label HighchartsSeriesLastPriceLabelOptions?
Highcharts Options Widget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
Width of the last price line.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited