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

LockAxis

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

The possible values are:

  • "none"—No axis is locked.
  • "x"—The X axis is locked.
  • "y"—The Y axis is locked.

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

In this article

Not finding the help you need?