Class Level
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Level
- All Implemented Interfaces:
Serializable
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()voidsetBorderColor(Color borderColor) Can set aborderColoron all points which lies on the same level.voidsetBorderDashStyle(DashStyle borderDashStyle) Set the dash style of the border of all the point which lies on the level.voidsetBorderWidth(Number borderWidth) Can set the borderWidth on all points which lies on the same level.voidCan set a color on all points which lies on the same level.voidsetDataLabels(DataLabels dataLabels) Can set the options of dataLabels on each point which lies on the level.voidsetLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm) Can set the layoutAlgorithm option on a specific level.voidsetLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection) Can set the layoutStartingDirection option on a specific level.voidDecides 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 aborderColoron 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 invalid input: '<'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
- See Also:
-
setLayoutAlgorithm
Can set the layoutAlgorithm option on a specific level. -
getLayoutStartingDirection
- See Also:
-
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.
-