HighchartsSeriesOnPointPositionOptions class
Options allowing to set a position and an offset of the series in the Series on point feature.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint.position
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesOnPointPositionOptions
Constructors
- HighchartsSeriesOnPointPositionOptions.new({double? offsetX, double? offsetY, double? x, double? y})
- Options allowing to set a position and an offset of the series in the Series on point feature.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- offsetX ↔ double?
-
Series center offset from the original x position. If defined, the connector
line is drawn connecting original position with new position.
getter/setter pair
- offsetY ↔ double?
-
Series center offset from the original y position. If defined, the connector
line is drawn from original position to a new position.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x ↔ double?
-
X position of the series center. By default, the series is displayed on the
point that it is connected to.
getter/setter pair
- y ↔ double?
-
Y position of the series center. By default, the series is displayed on the
point that it is connected to.
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