Uses of Class
com.vaadin.flow.component.charts.model.XAxis
-
Packages that use XAxis Package Description com.vaadin.flow.component.charts.events com.vaadin.flow.component.charts.model -
-
Uses of XAxis in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return XAxis Modifier and Type Method Description XAxisXAxesExtremesSetEvent. getAxis() -
Uses of XAxis in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return XAxis Modifier and Type Method Description XAxisConfiguration. getxAxis()Returns the X-axis or category axis.XAxisConfiguration. getxAxis(int index)XAxisNavigator. getXAxis()Methods in com.vaadin.flow.component.charts.model with parameters of type XAxis Modifier and Type Method Description voidConfiguration. addxAxis(XAxis axis)Adds an X-axis to the configurationvoidXAxis. setLinkedTo(XAxis axis)voidNavigator. setXAxis(XAxis xAxis)Options for the navigator X axis.
-