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