BootstrapClientChartZoomEndEventArgs.rangeEnd Property
The value that became the end of the argument axis after zooming or scrolling ended.
Declaration
rangeEnd: any
Property Value
Type | Description |
---|---|
any | An object specifying the end of the argument axis. |
Remarks
The BootstrapClientChartZoomEndEventArgs.rangeStart property specifies the start of the argument axis after zooming or scrolling ended.
See Also