Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
TreeMapLayoutStartingDirection |
PlotOptionsTreemap.getLayoutStartingDirection() |
TreeMapLayoutStartingDirection |
Level.getLayoutStartingDirection() |
static TreeMapLayoutStartingDirection |
TreeMapLayoutStartingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeMapLayoutStartingDirection[] |
TreeMapLayoutStartingDirection.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.setLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection)
Defines which direction the layout algorithm will start drawing.
|
void |
Level.setLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection)
Can set the layoutStartingDirection option on a specific level.
|
Copyright © 2025. All rights reserved.