Uses of Class
org.zkoss.chart.ResetZoomButton
-
Packages that use ResetZoomButton Package Description org.zkoss.chart -
-
Uses of ResetZoomButton in org.zkoss.chart
Methods in org.zkoss.chart that return ResetZoomButton Modifier and Type Method Description ResetZoomButton
Chart. getResetZoomButton()
Returns the button that appears after a selection zoom, allowing the user to reset zoom.ResetZoomButton
Charts. getResetZoomButton()
ResetZoomButton
ChartsApi. getResetZoomButton()
Returns the button that appears after a selection zoom, allowing the user to reset zoom.ResetZoomButton
ChartsEngine. getResetZoomButton()
Methods in org.zkoss.chart with parameters of type ResetZoomButton Modifier and Type Method Description void
Chart. setResetZoomButton(ResetZoomButton resetZoomButton)
Sets the button that appears after a selection zoom, allowing the user to reset zoom.void
Charts. setResetZoomButton(ResetZoomButton resetZoomButton)
void
ChartsApi. setResetZoomButton(ResetZoomButton resetZoomButton)
Sets the button that appears after a selection zoom, allowing the user to reset zoom.void
ChartsEngine. setResetZoomButton(ResetZoomButton resetZoomButton)
-