Interface JmixAmchartsSceneClientRpc
- All Superinterfaces:
- com.vaadin.shared.communication.ClientRpc,- Serializable
public interface JmixAmchartsSceneClientRpc
extends com.vaadin.shared.communication.ClientRpc
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidupdatePoints(String json) voidzoomOut()voidvoidvoidzoomOutValueAxisByIndex(int index) voidzoomToDates(Date start, Date end) voidzoomToIndexes(int start, int end) voidzoomValueAxisToDatesById(String id, Date start, Date end) voidzoomValueAxisToDatesByIndex(int index, Date start, Date end) voidzoomValueAxisToValuesById(String id, String startValue, String endValue) voidzoomValueAxisToValuesByIndex(int index, String startValue, String endValue) 
- 
Method Details- 
draw
- 
updatePoints
- 
zoomOutvoid zoomOut()
- 
zoomToIndexesvoid zoomToIndexes(int start, int end) 
- 
zoomToDates
- 
zoomOutValueAxesvoid zoomOutValueAxes()
- 
zoomOutValueAxisById
- 
zoomOutValueAxisByIndexvoid zoomOutValueAxisByIndex(int index) 
- 
zoomValueAxisToValuesById
- 
zoomValueAxisToValuesByIndex
- 
zoomValueAxisToDatesById
- 
zoomValueAxisToDatesByIndex
 
-