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 ResetZoomButtonChart. getResetZoomButton()Returns the button that appears after a selection zoom, allowing the user to reset zoom.ResetZoomButtonCharts. getResetZoomButton()ResetZoomButtonChartsApi. getResetZoomButton()Returns the button that appears after a selection zoom, allowing the user to reset zoom.ResetZoomButtonChartsEngine. getResetZoomButton()Methods in org.zkoss.chart with parameters of type ResetZoomButton Modifier and Type Method Description voidChart. setResetZoomButton(ResetZoomButton resetZoomButton)Sets the button that appears after a selection zoom, allowing the user to reset zoom.voidCharts. setResetZoomButton(ResetZoomButton resetZoomButton)voidChartsApi. setResetZoomButton(ResetZoomButton resetZoomButton)Sets the button that appears after a selection zoom, allowing the user to reset zoom.voidChartsEngine. setResetZoomButton(ResetZoomButton resetZoomButton)
-