Skip to main content
A newer version of this page is available. .

BootstrapClientChart.ZoomEnd Event

Fires when a chart zooming or scrolling ends.

Declaration

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.

The BootstrapChart.ZoomingMode and the BootstrapChart.ScrollingMode properties activate the chart zooming and scrolling, respectively.

See Also