New to Kendo UI for AngularStart a free 30-day trial

LockAxis

Specifies an axis for locking during the pan and zoom operations (see example).

The possible values are:

  • "none"—Locks no axis.
  • "x"—Locks the X axis.
  • "y"—Locks the Y axis.

type LockAxis = "none" | "x" | "y";

Not finding the help you need?
Contact Support