BootstrapClientChart.ZoomEnd Event
In This Article
Fires when a chart zooming or scrolling ends.
#Declaration
TypeScript
ZoomEnd: ASPxClientEvent<BootstrapClientChartZoomEndEventHandler<BootstrapClientChart>>
#Event Data
The ZoomEnd event's data class is ASPxClientEventArgs.
#Remarks
When chart zooming or scrolling starts, the BootstrapClientChart.ZoomStart event fires.
Set the Visible property to true and specify the ArgumentAxis and ValueAxis properties to enable scrolling and zooming in the chart.
See Also