Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • BootstrapClientChartZoomEndEventArgs Properties

    Provides data for the BootstrapClientChart.ZoomEnd event.
    Name Description
    component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
    element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
    rangeEnd The value that became the end of the argument axis after zooming or scrolling ended.
    rangeStart The value that became the start of the argument axis after zooming or scrolling ended.
    See Also