Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
TreeMapLayoutAlgorithm |
PlotOptionsTreemap.getLayoutAlgorithm() |
TreeMapLayoutAlgorithm |
Level.getLayoutAlgorithm() |
static TreeMapLayoutAlgorithm |
TreeMapLayoutAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeMapLayoutAlgorithm[] |
TreeMapLayoutAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotOptionsTreemap.setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
This option decides which algorithm is used for setting position and
dimensions of the points.
|
void |
Level.setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
Can set the layoutAlgorithm option on a specific level.
|
Copyright © 2025. All rights reserved.