Skip to main content
All docs
V18.2

constructor(component, element, rangeStart, rangeEnd) Constructor

Initializes a new instance of the BootstrapClientChartZoomEndEventArgs class with the specified parameters.

Declaration

constructor(
    component: any,
    element: any,
    rangeStart: any,
    rangeEnd: any
)

Parameters

Name Type Description
component any

The widget instance.

element any

The widget’s container.

rangeStart any

The value that became the start of the argument axis after zooming or scrolling ended.

rangeEnd any

The value that became the end of the argument axis after zooming or scrolling ended.

See Also