| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model.style |
| Modifier and Type | Method and Description |
|---|---|
TickIntervalStyle |
AxisStyle.getMinorTickInterval() |
static TickIntervalStyle |
TickIntervalStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TickIntervalStyle[] |
TickIntervalStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisStyle.setMinorTickInterval(TickIntervalStyle minorTickInterval)
Sets the tick interval in scale units for the minor ticks.
|
Copyright © 2023. All rights reserved.