HCPlotTreemapLevelsOptions class

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

Implemented types

Constructors

HCPlotTreemapLevelsOptions({String? borderColor, String? borderDashStyle, num? borderWidth, dynamic color, HCPlotTreemapLevelsColorVariationOptions? colorVariation, dynamic dataLabels, String? layoutAlgorithm, String? layoutStartingDirection, num? level})
const

Properties

borderColor String?
(Highcharts) Can set a borderColor on all points which lies on the same level.
final
borderDashStyle String?
(Highcharts) Set the dash style of the border of all the point which lies on the level. See plotOptions.scatter.dashStyle for possible options.
final
borderWidth num?
(Highcharts) Can set the borderWidth on all points which lies on the same level.
final
color → dynamic
(Highcharts) Can set a color on all points which lies on the same level.
final
colorVariation HCPlotTreemapLevelsColorVariationOptions?
(Highcharts) 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 amoun
final
dataLabels → dynamic
(Highcharts) Can set the options of dataLabels on each point which lies on the level. plotOptions.treemap.dataLabels for possible values.
final
hashCode int
The hash code for this object.
no setterinherited
layoutAlgorithm String?
(Highcharts) Can set the layoutAlgorithm option on a specific level.
final
layoutStartingDirection String?
(Highcharts) Can set the layoutStartingDirection option on a specific level.
final
level num?
(Highcharts) Decides which level takes effect from the options set in the levels object.
final
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() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited