| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model.style | |
| com.vaadin.flow.component.charts.themes |
| Modifier and Type | Method and Description |
|---|---|
AxisStyle |
Theme.getxAxis()
Get style of X axes
|
AxisStyle |
Theme.getyAxis()
Get style of Y axes
|
| Modifier and Type | Method and Description |
|---|---|
void |
Theme.setxAxis(AxisStyle style)
Set new style of X axes
|
void |
Theme.setyAxis(AxisStyle style)
Set new style of Y axes
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LumoLightTheme.setAxisDefaults(AxisStyle style) |
protected void |
LumoDarkTheme.setAxisDefaults(AxisStyle style) |
Copyright © 2021. All rights reserved.