[@wago/wdx-schema-base](../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) / Label

# Class: Label

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

@codex-xmi-id d33b375c-0972-5caf-aeda-88b13eac35c2

## Table of contents

### Constructors

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

### Properties

- [axis](WDX.Schema.Model.Chart.Label.md#axis)
- [chart](WDX.Schema.Model.Chart.Label.md#chart)
- [id](WDX.Schema.Model.Chart.Label.md#id)
- [text](WDX.Schema.Model.Chart.Label.md#text)
- [uuid](WDX.Schema.Model.Chart.Label.md#uuid)

## Constructors

### constructor

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

#### Returns

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

## Properties

### axis

• **axis**: [`Axis`](WDX.Schema.Model.Chart.Axis.md)

#### Defined in

src/WDX/Schema/Model/Chart/Label.ts:20

___

### chart

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

#### Defined in

src/WDX/Schema/Model/Chart/Label.ts:22

___

### id

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

#### Defined in

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

___

### text

• **text**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/Label.ts:18

___

### uuid

• **uuid**: `string`

#### Defined in

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