We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.charts.model.TreeSeriesItem
Packages that use TreeSeriesItem
-
Uses of TreeSeriesItem in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return types with arguments of type TreeSeriesItemModifier and TypeMethodDescriptionTreeSeries.getData()
Return an unmodifiable copy of the items in this series.
Methods in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItemModifier and TypeMethodDescriptionvoid
TreeSeries.add
(TreeSeriesItem item) Add given item to the series
void
TreeSeries.addAll
(TreeSeriesItem... items) Add all the given items to the series
void
TreeSeriesItem.setParent
(TreeSeriesItem parent) Set the parent of this node.
Method parameters in com.vaadin.flow.component.charts.model with type arguments of type TreeSeriesItemModifier and TypeMethodDescriptionvoid
TreeSeries.setData
(Collection<TreeSeriesItem> data) Set the list of
TreeSeriesItem
in this series.Constructors in com.vaadin.flow.component.charts.model with parameters of type TreeSeriesItemConstructor parameters in com.vaadin.flow.component.charts.model with type arguments of type TreeSeriesItemModifierConstructorDescriptionTreeSeries
(String name, Collection<TreeSeriesItem> data) Constructs a TreeSeries with the given name and data