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

# Class: Configuration

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

## Table of contents

### Constructors

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

### Properties

- [data](WDX.Schema.Model.Chart.Configuration.md#data)
- [options](WDX.Schema.Model.Chart.Configuration.md#options)
- [type](WDX.Schema.Model.Chart.Configuration.md#type)

## Constructors

### constructor

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

#### Returns

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

## Properties

### data

• **data**: [`ConfigurationData`](WDX.Schema.Model.Chart.ConfigurationData.md)

#### Defined in

src/WDX/Schema/Model/Chart/Configuration.ts:15

___

### options

• **options**: [`ConfigurationOptions`](WDX.Schema.Model.Chart.ConfigurationOptions.md)

#### Defined in

src/WDX/Schema/Model/Chart/Configuration.ts:16

___

### type

• **type**: `undefined` \| [`Type`](../enums/WDX.Schema.Model.Chart.Type.md)

#### Defined in

src/WDX/Schema/Model/Chart/Configuration.ts:14
