Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • 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