HighchartsPackedBubbleSeriesMarkerOptions class

Highcharts Options Widget.

Inheritance

Constructors

HighchartsPackedBubbleSeriesMarkerOptions.new({String? fillColor, double? fillOpacity, String? lineColor, double? lineWidth, HighchartsPackedBubbleSeriesMarkerStatesOptions? states, String? symbol})
Highcharts Options Widget.

Properties

fillColor String?
The fill color of the point marker. When undefined, the series' or point's color is used.
getter/setter pair
fillOpacity double?
The fill opacity of the bubble markers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
Highcharts Options Widget.
getter/setter pair
lineWidth double?
Highcharts Options Widget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states HighchartsPackedBubbleSeriesMarkerStatesOptions?
Highcharts Options Widget.
getter/setter pair
symbol String?
A predefined shape or symbol for the marker. Possible values are "circle", "square", "diamond", "triangle" and "triangle-down".
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