HighchartsXRangeSeriesDataConnectOptions class
Connect to a point. This option can be either a string, referring to the ID of another point, or an object, or an array of either. If the option is an array, each element defines a connection.
API Docs: https://api.highcharts.com/gantt/series.xrange.data.connect
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsXRangeSeriesDataConnectOptions
Constructors
- HighchartsXRangeSeriesDataConnectOptions.new({String? dashStyle, HighchartsConnectorsEndMarkerOptions? endMarker, String? lineColor, double? lineWidth, HighchartsConnectorsMarkerOptions? marker, double? radius, HighchartsConnectorsStartMarkerOptions? startMarker, String? to, String? type})
- Connect to a point. This option can be either a string, referring to the ID of another point, or an object, or an array of either. If the option is an array, each element defines a connection.
Properties
- dashStyle ↔ String?
-
Set the default dash style for this chart's connecting lines.
getter/setter pair
- endMarker ↔ HighchartsConnectorsEndMarkerOptions?
-
Marker options specific to the end markers for this chart's
Pathfinder connectors. Overrides the generic marker options.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineColor ↔ String?
-
Set the default color for this chart's Pathfinder connecting lines.
Defaults to the color of the point being connected.
getter/setter pair
- lineWidth ↔ double?
-
Set the default pixel width for this chart's Pathfinder connecting
lines.
getter/setter pair
- marker ↔ HighchartsConnectorsMarkerOptions?
-
Marker options for this chart's Pathfinder connectors. Note that
this option is overridden by the
startMarker
andendMarker
options.getter/setter pair - radius ↔ double?
-
The corner radius for the connector line.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startMarker ↔ HighchartsConnectorsStartMarkerOptions?
-
Marker options specific to the start markers for this chart's
Pathfinder connectors. Overrides the generic marker options.
getter/setter pair
- to ↔ String?
-
The ID of the point to connect to.
getter/setter pair
- type ↔ String?
-
Set the default pathfinder algorithm to use for this chart. It is
possible to define your own algorithms by adding them to the
Highcharts.Pathfinder.prototype.algorithms object before the chart
has been created.
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