HighchartsHeatmapSeriesMarkerOptions class
Highcharts Options Widget.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsHeatmapSeriesMarkerOptions
Constructors
- HighchartsHeatmapSeriesMarkerOptions.new({bool? enabled, String? fillColor, double? height, String? lineColor, double? lineWidth, HighchartsHeatmapSeriesMarkerStatesOptions? states, String? symbol, double? width})
- Highcharts Options Widget.
Properties
- enabled ↔ bool?
-
Highcharts Options Widget.
getter/setter pair
- fillColor ↔ String?
-
The fill color of the point marker. When
undefined
, the series' or point's color is used.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
Image markers only. Set the image width explicitly. When using
this option, a
width
must also be set.getter/setter pair - lineColor ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- lineWidth ↔ double?
-
The width of the point marker's outline.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- states ↔ HighchartsHeatmapSeriesMarkerStatesOptions?
-
Highcharts Options Widget.
getter/setter pair
- symbol ↔ String?
-
A predefined shape or symbol for the marker. When undefined, the
symbol is pulled from options.symbols. Other possible values are
'circle'
,'square'
,'diamond'
,'triangle'
,'triangle-down'
,'rect'
, and'ellipse'
.getter/setter pair - width ↔ double?
-
Image markers only. Set the image width explicitly. When using
this option, a
height
must also be set.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