Package | Description |
---|---|
com.vaadin.flow.component.charts.events | |
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
XAxis |
XAxesExtremesSetEvent.getAxis() |
Modifier and Type | Method and Description |
---|---|
XAxis |
Configuration.getxAxis()
Returns the X-axis or category axis.
|
XAxis |
Navigator.getXAxis() |
XAxis |
Configuration.getxAxis(int index) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addxAxis(XAxis axis)
Adds an X-axis to the configuration
|
void |
XAxis.setLinkedTo(XAxis axis) |
void |
Navigator.setXAxis(XAxis xAxis)
Options for the navigator X axis.
|
Copyright © 2025. All rights reserved.