Class ZoomOptions

    • Constructor Detail

      • ZoomOptions

        public ZoomOptions()
        Creates new ZoomPlugin.ID plugin options.
      • ZoomOptions

        public ZoomOptions​(IsChart chart)
        Creates new ZoomPlugin.ID plugin options, relating to chart instance for default.
        Parameters:
        chart - chart instance related to the plugin options
    • Method Detail

      • getPan

        public Pan getPan()
        Returns the pan element.
        Returns:
        the pan element.
      • getZoom

        public Zoom getZoom()
        Returns the zoom element.
        Returns:
        the zoom element.
      • getLimits

        public Limits getLimits()
        Returns the limits element.
        Returns:
        the limits element.