Enum
ChartZoomableSelectionKey

Specifies the key that should be pressed to activate zooming.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartZoomableSelectionKey

Fields

Alt

The "Alt" key should be pressed.

Declaration

cs-api-definition
Alt = 3

Field Value

ChartZoomableSelectionKey

Ctrl

The "Ctrl" key should be pressed.

Declaration

cs-api-definition
Ctrl = 1

Field Value

ChartZoomableSelectionKey

None

No key is required.

Declaration

cs-api-definition
None = 0

Field Value

ChartZoomableSelectionKey

Shift

The "Shift" key should be pressed.

Declaration

cs-api-definition
Shift = 2

Field Value

ChartZoomableSelectionKey

In this article
DefinitionFieldsAltCtrlNoneShift
Not finding the help you need?
Contact Support