Class ChartZoomableSelectionKey
Specifies the key that should be pressed to activate zooming.
Inheritance
System.Object
ChartZoomableSelectionKey
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartZoomableSelectionKey : Enum
Fields
Alt
The "Alt" key should be pressed.
Declaration
public const ChartZoomableSelectionKey Alt
Field Value
ChartZoomableSelectionKey
|
Ctrl
The "Ctrl" key should be pressed.
Declaration
public const ChartZoomableSelectionKey Ctrl
Field Value
ChartZoomableSelectionKey
|
None
No key is required.
Declaration
public const ChartZoomableSelectionKey None
Field Value
ChartZoomableSelectionKey
|
Shift
The "Shift" key should be pressed.
Declaration
public const ChartZoomableSelectionKey Shift
Field Value
ChartZoomableSelectionKey
|
value__
Declaration
public int value__
Field Value
System.Int32
|