New to Kendo UI for Angular? Start a free 30-day trial
LockAxis
Updated on Oct 30, 2025
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";