HighchartsSeriesLastVisiblePriceOptions class
The line marks the last price from visible range of points.
API Docs: https://api.highcharts.com/highstock/series.zigzag.lastVisiblePrice
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesLastVisiblePriceOptions
Constructors
- HighchartsSeriesLastVisiblePriceOptions.new({String? color, String? dashStyle, bool? enabled, HighchartsSeriesLastVisiblePriceLabelOptions? label, double? width})
- The line marks the last price from visible range of points.
Properties
- color ↔ String?
-
The color of the line of last visible price.
By default, color is not applied and the line is not visible.
getter/setter pair
- dashStyle ↔ String?
-
Name of the dash style to use for the line of last visible 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 ↔ HighchartsSeriesLastVisiblePriceLabelOptions?
-
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 visible 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