Uses of Class
org.pepstock.charba.client.zoom.ZoomPoint
-
Packages that use ZoomPoint Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of ZoomPoint in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom with parameters of type ZoomPoint Modifier and Type Method Description static voidZoomPlugin. zoomRect(IsChart chart, ZoomPoint p0, ZoomPoint p1)Zooms the chart for a specific rectangle, programmatically.static voidZoomPlugin. zoomRect(IsChart chart, ZoomPoint p0, ZoomPoint p1, TransitionMode transition)Zooms the chart for a specific rectangle, programmatically.
-