HighchartsSeriesOnPointConnectorOptions class
Options for the connector in the Series on point feature.
In styled mode, the connector can be styled with the
.highcharts-connector-seriesonpoint
class name.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint.connectorOptions
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesOnPointConnectorOptions
Constructors
- HighchartsSeriesOnPointConnectorOptions.new({String? dashstyle, String? stroke, double? width})
- Options for the connector in the Series on point feature.
Properties
- dashstyle ↔ String?
-
A name for the dash style to use for the connector.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stroke ↔ String?
-
Color of the connector line. By default it's the series' color.
getter/setter pair
- width ↔ double?
-
Pixel width of the connector line.
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