Skip to main content

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.

Set the Visible property to true and specify the ArgumentAxis and ValueAxis properties to enable scrolling and zooming in the chart.

See Also