Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Collection<TreeSeriesItem> |
TreeSeries.getData()
Return an unmodifiable copy of the items in this series.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeSeries.setData(Collection<TreeSeriesItem> data)
Set the list of
TreeSeriesItem in this series. |
Constructor and Description |
---|
TreeSeriesItem(String name,
TreeSeriesItem parent,
int value) |
Constructor and Description |
---|
TreeSeries(String name,
Collection<TreeSeriesItem> data)
Constructs a TreeSeries with the given name and data
|
Copyright © 2025. All rights reserved.