HighchartsTreegraphSeriesLinkOptions class

Highcharts Options Widget.

Inheritance

Constructors

HighchartsTreegraphSeriesLinkOptions.new({String? color, String? cursor, double? curveFactor, double? lineWidth, double? radius, String? type})
Highcharts Options Widget.

Properties

color String?
The color of the links between nodes.
getter/setter pair
cursor String?
Highcharts Options Widget.
getter/setter pair
curveFactor double?
Modifier of the shape of the curved link. Works best for values between 0 and 1, where 0 is a straight line, and 1 is a shape close to the default one.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineWidth double?
The line width of the links connecting nodes, in pixels.
getter/setter pair
radius double?
Radius for the rounded corners of the links between nodes. Works for default link type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of the link shape.
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