Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Pane |
Configuration.getPane() |
Pane |
PaneList.getPane(int index) |
Modifier and Type | Method and Description |
---|---|
List<Pane> |
PaneList.getPanes()
Returns the pane list.
|
Modifier and Type | Method and Description |
---|---|
void |
PaneList.addPane(Pane pane)
Adds a new pane to the list
|
void |
Configuration.addPane(Pane pane)
Adds a pane.
|
void |
PaneList.removePane(Pane pane)
Removes a pane from the list
|
void |
YAxis.setPane(Pane pane) |
void |
XAxis.setPane(Pane pane) |
Copyright © 2020. All rights reserved.