BootstrapClientChartZoomEndEventArgs Properties
Provides data for the BootstrapClientChart.ZoomEnd event.| Name | Description |
|---|---|
| component | The widget instance. Inherited from BootstrapUIWidgetEventArgsBase. |
| element | The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase. |
| rangeEnd | The value that became the end of the argument axis after zooming or scrolling ended. |
| rangeStart | The value that became the start of the argument axis after zooming or scrolling ended. |
See Also