HighchartsSeriesLastPriceLabelOptions class

Highcharts Options Widget.

Inheritance

Constructors

HighchartsSeriesLastPriceLabelOptions.new({dynamic align, String? backgroundColor, String? borderColor, dynamic borderRadius, double? borderWidth, dynamic enabled, String? format, dynamic formatter, double? padding, dynamic shape, Map<String, String>? style})
Highcharts Options Widget.

Properties

align ↔ dynamic
Highcharts Options Widget.
getter/setter pair
backgroundColor String?
Highcharts Options Widget.
getter/setter pair
borderColor String?
The border color of lastPrice label.
getter/setter pair
borderRadius ↔ dynamic
The border radius of lastPrice label.
getter/setter pair
borderWidth double?
The border width for the lastPrice label.
getter/setter pair
enabled ↔ dynamic
Flag to enable lastPrice label.
getter/setter pair
format String?
A format string for the lastPrice label. Defaults to {value} for numeric axes and {value:%b %d, %Y} for datetime axes.
getter/setter pair
formatter ↔ dynamic
Highcharts Options Widget.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
padding double?
Padding inside the lastPrice label.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ↔ dynamic
Highcharts Options Widget.
getter/setter pair
style Map<String, String>?
Text styles for the lastPrice label.
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