com.vaadin.flow.component.charts.model.
Class Level
All Implemented Interfaces:
Set options on specific levels. Takes precedence over series options, but not point options.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getLevel()
void
setBorderColor
(Color borderColor) Can set a
borderColor
on all points which lies on the same level.void
setBorderDashStyle
(DashStyle borderDashStyle) Set the dash style of the border of all the point which lies on the level.
void
setBorderWidth
(Number borderWidth) Can set the borderWidth on all points which lies on the same level.
void
Can set a color on all points which lies on the same level.
void
setDataLabels
(DataLabels dataLabels) Can set the options of dataLabels on each point which lies on the level.
void
setLayoutAlgorithm
(TreeMapLayoutAlgorithm layoutAlgorithm) Can set the layoutAlgorithm option on a specific level.
void
setLayoutStartingDirection
(TreeMapLayoutStartingDirection layoutStartingDirection) Can set the layoutStartingDirection option on a specific level.
void
Decides which level takes effect from the options set in the levels object.
-
Constructor Details
-
Level
public Level()
-
-
Method Details
-
getBorderColor
See Also:
-
setBorderColor
Can set a
borderColor
on all points which lies on the same level. -
getBorderDashStyle
See Also:
-
setBorderDashStyle
Set the dash style of the border of all the point which lies on the level. See <a href"#plotOptions.scatter.dashStyle">plotOptions.scatter.dashStyle for possible options.
-
getBorderWidth
See Also:
-
setBorderWidth
Can set the borderWidth on all points which lies on the same level.
-
getColor
See Also:
-
setColor
Can set a color on all points which lies on the same level.
-
getDataLabels
See Also:
-
setDataLabels
Can set the options of dataLabels on each point which lies on the level. plotOptions.treemap.dataLabels for possible values.
Defaults to: undefined
-
getLayoutAlgorithm
-
setLayoutAlgorithm
Can set the layoutAlgorithm option on a specific level.
-
getLayoutStartingDirection
-
setLayoutStartingDirection
Can set the layoutStartingDirection option on a specific level.
-
getLevel
See Also:
-
setLevel
Decides which level takes effect from the options set in the levels object.
-