New to Kendo UI for Vue? Start a free 30-day trial

ZoomableProps

zoomable-mousewheel Boolean

Specifies if the Chart can be zoomed with the mouse.

zoomable-mousewheel-lock String

Specifies an axis that must not be zoomed.

The supported values are:

  • none
  • x
  • y

zoomable-selection Boolean

Specifies if the Chart can be zoomed by using selection.

zoomable-selection-key String

Specifies a keyboard key that has to be pressed to activate the selection.

The supported values are:

  • none—No key is required.
  • ctrl—The Ctrl key has to be pressed.
  • shift—The Shift key has to be pressed.
  • alt—The Alt key has to be pressed.

zoomable-selection-lock String

Specifies an axis that must not be zoomed.

The supported values are:

  • none
  • x
  • y