[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Chart](../modules/WDX.Schema.Model.Chart.md) / ZoomPluginPan

# Class: ZoomPluginPan

[Model](../modules/WDX.Schema.Model.md).[Chart](../modules/WDX.Schema.Model.Chart.md).ZoomPluginPan

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Chart.ZoomPluginPan.md#constructor)

### Properties

- [enabled](WDX.Schema.Model.Chart.ZoomPluginPan.md#enabled)
- [id](WDX.Schema.Model.Chart.ZoomPluginPan.md#id)
- [mode](WDX.Schema.Model.Chart.ZoomPluginPan.md#mode)
- [modifierKey](WDX.Schema.Model.Chart.ZoomPluginPan.md#modifierkey)
- [overScaleMode](WDX.Schema.Model.Chart.ZoomPluginPan.md#overscalemode)
- [scaleMode](WDX.Schema.Model.Chart.ZoomPluginPan.md#scalemode)
- [threshold](WDX.Schema.Model.Chart.ZoomPluginPan.md#threshold)
- [uuid](WDX.Schema.Model.Chart.ZoomPluginPan.md#uuid)

## Constructors

### constructor

• **new ZoomPluginPan**(): [`ZoomPluginPan`](WDX.Schema.Model.Chart.ZoomPluginPan.md)

#### Returns

[`ZoomPluginPan`](WDX.Schema.Model.Chart.ZoomPluginPan.md)

## Properties

### enabled

• **enabled**: `boolean`

Enable panning

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:33

___

### id

• `Optional` **id**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:17

___

### mode

• **mode**: [`ZoomPluginMode`](../enums/WDX.Schema.Model.Chart.ZoomPluginMode.md)

Allowed panning directions

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:40

___

### modifierKey

• **modifierKey**: [`ZoomPluginModifierKey`](../enums/WDX.Schema.Model.Chart.ZoomPluginModifierKey.md)

Modifier key required for panning with mouse

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:49

___

### overScaleMode

• **overScaleMode**: [`ZoomPluginOverScaleMode`](../enums/WDX.Schema.Model.Chart.ZoomPluginOverScaleMode.md)

Enable panning over a scale for that axis (but only if mode is also
enabled), and disables panning along that axis otherwise. Deprecated.

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:66

___

### scaleMode

• **scaleMode**: [`ZoomPluginScaleMode`](../enums/WDX.Schema.Model.Chart.ZoomPluginScaleMode.md)

Enable panning over a scale for that axis (regardless of mode)

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:57

___

### threshold

• **threshold**: `number`

Minimal pan distance required before actually applying pan

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:76

___

### uuid

• **uuid**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginPan.ts:23
