| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
HTMLLabelItem[] |
HTMLLabels.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLLabels.setItems(HTMLLabelItem... items)
Sets the label items
|
| Constructor and Description |
|---|
HTMLLabels(HTMLLabelItem... items)
Constructs a HTMLLabels instance with the given label items
|
HTMLLabels(LabelStyle style,
HTMLLabelItem... items)
Constructs a HTMLLabels instance with a style shared for all the labels
and the given label items
|
Copyright © 2025. All rights reserved.