HighchartsTreegraphSeriesCollapseButtonOptions class
Options applied to collapse Button. The collape button is the small button which indicates, that the node is collapsable.
API Docs: https://api.highcharts.com/highcharts/series.treegraph.collapseButton
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsTreegraphSeriesCollapseButtonOptions
Constructors
- HighchartsTreegraphSeriesCollapseButtonOptions.new({bool? enabled, double? height, double? lineWidth, bool? onlyOnHover, String? shape, HighchartsTreegraphSeriesCollapseButtonStyleOptions? style, double? width, double? x, double? y})
- Options applied to collapse Button. The collape button is the small button which indicates, that the node is collapsable.
Properties
- enabled ↔ bool?
-
Whether the button should be visible.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
Height of the button.
getter/setter pair
- lineWidth ↔ double?
-
The line width of the button in pixels
getter/setter pair
- onlyOnHover ↔ bool?
-
Whether the button should be visible only when the node is
hovered. When set to true, the button is hidden for nodes,
which are not collapsed, and shown for the collapsed ones.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape ↔ String?
-
The symbol of the collapse button.
getter/setter pair
- style ↔ HighchartsTreegraphSeriesCollapseButtonStyleOptions?
-
CSS styles for the collapse button.
getter/setter pair
- width ↔ double?
-
Width of the button.
getter/setter pair
- x ↔ double?
-
Offset of the button in the x direction.
getter/setter pair
- y ↔ double?
-
Offset of the button in the y direction.
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