HighchartsTreegraphSeriesLevelsOptions class
Highcharts Options Widget.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsTreegraphSeriesLevelsOptions
Constructors
- HighchartsTreegraphSeriesLevelsOptions.new({String? borderColor, String? borderDashStyle, double? borderWidth, bool? collapsed, String? color, HighchartsTreegraphSeriesLevelsColorVariationOptions? colorVariation, HighchartsTreegraphSeriesLevelsDataLabelsOptions? dataLabels, double? level, HighchartsTreegraphSeriesLevelsMarkerOptions? marker})
- Highcharts Options Widget.
Properties
- borderColor ↔ String?
-
Can set a
borderColor
on all points which lies on the same level.getter/setter pair - borderDashStyle ↔ String?
-
Set the dash style of the border of all the point which lies on the
level. See
plotOptions.scatter.dashStyle
for possible options.
getter/setter pair
- borderWidth ↔ double?
-
Can set the borderWidth on all points which lies on the same level.
getter/setter pair
- collapsed ↔ bool?
-
Set collapsed status for nodes level-wise.
getter/setter pair
- color ↔ String?
-
Can set a color on all points which lies on the same level.
getter/setter pair
- colorVariation ↔ HighchartsTreegraphSeriesLevelsColorVariationOptions?
-
A configuration object to define how the color of a child varies from
the parent's color. The variation is distributed among the children
of node. For example when setting brightness, the brightness change
will range from the parent's original brightness on the first child,
to the amount set in the
to
setting on the last node. This allows a gradient-like color scheme that sets children out from each other while highlighting the grouping on treemaps and sectors on sunburst charts.getter/setter pair - dataLabels ↔ HighchartsTreegraphSeriesLevelsDataLabelsOptions?
-
Can set the options of dataLabels on each point which lies on the
level.
plotOptions.treemap.dataLabels for
possible values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ double?
-
Decides which level takes effect from the options set in the levels
object.
getter/setter pair
- marker ↔ HighchartsTreegraphSeriesLevelsMarkerOptions?
-
Set marker options for nodes at the level.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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