@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Level extends AbstractConfigurationObject
Constructor and Description |
---|
Level() |
Modifier and Type | Method and Description |
---|---|
DataLabels |
getDataLabels() |
TreeMapLayoutAlgorithm |
getLayoutAlgorithm() |
TreeMapLayoutStartingDirection |
getLayoutStartingDirection() |
Number |
getLevel() |
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 |
setLevel(Number level)
Decides which level takes effect from the options set in the levels
object.
|
public DataLabels getDataLabels()
setDataLabels(DataLabels)
public void setDataLabels(DataLabels dataLabels)
Defaults to: undefined
public TreeMapLayoutAlgorithm getLayoutAlgorithm()
public void setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
public TreeMapLayoutStartingDirection getLayoutStartingDirection()
public void setLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection)
public Number getLevel()
setLevel(Number)
public void setLevel(Number level)
Copyright © 2019. All rights reserved.