HighchartsTreemapSeriesLevelsOptions class

Set options on specific levels. Takes precedence over series options, but not point options.

API Docs: https://api.highcharts.com/highcharts/series.treemap.levels

Inheritance

Constructors

HighchartsTreemapSeriesLevelsOptions.new({String? borderColor, String? borderDashStyle, double? borderWidth, String? color, HighchartsTreemapSeriesLevelsColorVariationOptions? colorVariation, HighchartsTreemapSeriesLevelsDataLabelsOptions? dataLabels, String? layoutAlgorithm, String? layoutStartingDirection, double? level})
Set options on specific levels. Takes precedence over series options, but not point options.

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
color String?
Can set a color on all points which lies on the same level.
getter/setter pair
colorVariation HighchartsTreemapSeriesLevelsColorVariationOptions?
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 HighchartsTreemapSeriesLevelsDataLabelsOptions?
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
layoutAlgorithm String?
Can set the layoutAlgorithm option on a specific level.
getter/setter pair
layoutStartingDirection String?
Can set the layoutStartingDirection option on a specific level.
getter/setter pair
level double?
Decides which level takes effect from the options set in the levels object.
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