HighchartsSeriesConnectorsOptions class

Override Pathfinder connector options for a series. Requires Highcharts Gantt to be loaded.

API Docs: https://api.highcharts.com/gantt/plotOptions.series.connectors

Inheritance

Constructors

HighchartsSeriesConnectorsOptions.new({String? dashStyle, HighchartsConnectorsEndMarkerOptions? endMarker, String? lineColor, double? lineWidth, HighchartsConnectorsMarkerOptions? marker, double? radius, HighchartsConnectorsStartMarkerOptions? startMarker, String? type})
Override Pathfinder connector options for a series. Requires Highcharts Gantt to be loaded.

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 and endMarker 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
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