HighchartsSeriesMarkerStatesSelectOptions class

The appearance of the point marker when selected. In order to allow a point to be selected, set the series.allowPointSelect option to true.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.marker.states.select

Inheritance

Constructors

HighchartsSeriesMarkerStatesSelectOptions.new({bool? enabled, String? fillColor, String? lineColor, double? lineWidth, double? radius})
The appearance of the point marker when selected. In order to allow a point to be selected, set the series.allowPointSelect option to true.

Properties

enabled bool?
Enable or disable visible feedback for selection.
getter/setter pair
fillColor String?
The fill color of the point marker.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
The color of the point marker's outline. When undefined, the series' or point's color is used.
getter/setter pair
lineWidth double?
The width of the point marker's outline.
getter/setter pair
radius double?
The radius of the point marker. In hover state, it defaults to the normal state's radius + 2.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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