[@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) / ZoomPluginZoom

# Class: ZoomPluginZoom

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

## Table of contents

### Constructors

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

### Properties

- [drag](WDX.Schema.Model.Chart.ZoomPluginZoom.md#drag)
- [id](WDX.Schema.Model.Chart.ZoomPluginZoom.md#id)
- [mode](WDX.Schema.Model.Chart.ZoomPluginZoom.md#mode)
- [overScaleMode](WDX.Schema.Model.Chart.ZoomPluginZoom.md#overscalemode)
- [pinch](WDX.Schema.Model.Chart.ZoomPluginZoom.md#pinch)
- [scaleMode](WDX.Schema.Model.Chart.ZoomPluginZoom.md#scalemode)
- [uuid](WDX.Schema.Model.Chart.ZoomPluginZoom.md#uuid)
- [wheel](WDX.Schema.Model.Chart.ZoomPluginZoom.md#wheel)

## Constructors

### constructor

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

#### Returns

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

## Properties

### drag

• **drag**: [`ZoomPluginZoomDrag`](WDX.Schema.Model.Chart.ZoomPluginZoomDrag.md)

Options of the drag-to-zoom behavior

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:38

___

### id

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

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:19

___

### mode

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

Allowed zoom directions

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:53

___

### overScaleMode

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

Allowed zoom directions when the mouse cursor is over a scale for that axis (but only if mode is also enabled), and disables zooming along that axis otherwise. Deprecated; use scaleMode instead.

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:69

___

### pinch

• **pinch**: [`ZoomPluginZoomPinch`](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md)

Options of the drag-to-zoom behavior

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:44

___

### scaleMode

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

Which of the enabled zooming directions should only be available when the mouse cursor is over a scale for that axis

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:60

___

### uuid

• **uuid**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:25

___

### wheel

• **wheel**: [`ZoomPluginZoomWheel`](WDX.Schema.Model.Chart.ZoomPluginZoomWheel.md)

Options of the mouse wheel behavior

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoom.ts:32
