HighchartsGanttSeriesDataDependencyOptions class
The ID of the point (task) that this point depends on in Gantt charts. Aliases connect. Can also be an object, specifying further connecting options between the points. Multiple connections can be specified by providing an array.
API Docs: https://api.highcharts.com/gantt/series.gantt.data.dependency
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsGanttSeriesDataDependencyOptions
Constructors
- HighchartsGanttSeriesDataDependencyOptions.new({String? to, String? dashStyle, HighchartsConnectorsEndMarkerOptions? endMarker, String? lineColor, double? lineWidth, HighchartsConnectorsMarkerOptions? marker, double? radius, HighchartsConnectorsStartMarkerOptions? startMarker, String? type})
- The ID of the point (task) that this point depends on in Gantt charts. Aliases connect. Can also be an object, specifying further connecting options between the points. Multiple connections can be specified by providing an array.
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