Skip to main content
All docs
V18.2

BootstrapClientChartZoomEndEventArgs.rangeStart Property

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

Declaration

rangeStart: any

Property Value

Type Description
any

An object specifying the start of the argument axis.

Remarks

The BootstrapClientChartZoomEndEventArgs.rangeEnd property specifies the end of the argument axis after the zooming or scrolling ended.

See Also