Skip to main content
All docs
V18.2

BootstrapClientChartZoomEndEventArgs Members

Provides data for the BootstrapClientChart.ZoomEnd event.

Constructors

Name Description
constructor(component, element, rangeStart, rangeEnd) Initializes a new instance of the BootstrapClientChartZoomEndEventArgs class with the specified parameters.

Properties

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