public class AxisZoomEvent
extends com.vaadin.ui.Component.Event
| Constructor and Description |
|---|
AxisZoomEvent(JmixAmchartsScene source,
java.lang.String axisId,
double startValue,
double endValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAxisId() |
double |
getEndValue() |
double |
getStartValue() |
public AxisZoomEvent(JmixAmchartsScene source, java.lang.String axisId, double startValue, double endValue)