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