HighchartsSeriesOnPointOptions class
Options for the Series on point feature. Only pie
and sunburst
series
are supported at this moment.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesOnPointOptions
Constructors
- HighchartsSeriesOnPointOptions.new({HighchartsSeriesOnPointConnectorOptions? connectorOptions, String? id, HighchartsSeriesOnPointPositionOptions? position})
-
Options for the Series on point feature. Only
pie
andsunburst
series are supported at this moment.
Properties
- connectorOptions ↔ HighchartsSeriesOnPointConnectorOptions?
-
Options for the connector in the Series on point feature.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The
id
of the point that we connect the series to. Only points with a givenplotX
andplotY
values and map points are valid.getter/setter pair - position ↔ HighchartsSeriesOnPointPositionOptions?
-
Options allowing to set a position and an offset of the series in the
Series on point feature.
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