Specifies the key that should be pressed to activate zooming.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ChartZoomableSelectionKey
Fields
The "Alt" key should be pressed.
C#
Alt = 3
The "Ctrl" key should be pressed.
C#
Ctrl = 1
No key is required.
C#
None = 0
The "Shift" key should be pressed.
C#
Shift = 2