Uses of Class
com.vaadin.flow.component.charts.model.LayoutDirection
-
Packages that use LayoutDirection Package Description com.vaadin.flow.component.charts.model -
-
Uses of LayoutDirection in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return LayoutDirection Modifier and Type Method Description LayoutDirectionLegend. getLayout()static LayoutDirectionLayoutDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutDirection[]LayoutDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type LayoutDirection Modifier and Type Method Description voidLegend. setLayout(LayoutDirection layout)The layout of the legend items.
-