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

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.

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

See Also