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"
—Locks no axis."x"
—Locks the X axis."y"
—Locks the Y axis.
type
LockAxis = "none" | "x" | "y";