BootstrapClientChart.ZoomStart Event
Fires when a chart zooming or scrolling begins.
Declaration
ZoomStart: ASPxClientEvent<BootstrapClientChartZoomStartEventHandler<BootstrapClientChart>>
Event Data
The ZoomStart event's data class is ASPxClientEventArgs.
Remarks
When chart zooming or scrolling ends, the BootstrapClientChart.ZoomEnd 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