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

# Class: LegendLabel

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

## Table of contents

### Constructors

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

### Properties

- [borderRadius](WDX.Schema.Model.Chart.LegendLabel.md#borderradius)
- [boxHeight](WDX.Schema.Model.Chart.LegendLabel.md#boxheight)
- [boxWidth](WDX.Schema.Model.Chart.LegendLabel.md#boxwidth)
- [color](WDX.Schema.Model.Chart.LegendLabel.md#color)
- [font](WDX.Schema.Model.Chart.LegendLabel.md#font)
- [id](WDX.Schema.Model.Chart.LegendLabel.md#id)
- [padding](WDX.Schema.Model.Chart.LegendLabel.md#padding)
- [pointStyle](WDX.Schema.Model.Chart.LegendLabel.md#pointstyle)
- [pointStyleWidth](WDX.Schema.Model.Chart.LegendLabel.md#pointstylewidth)
- [textAlign](WDX.Schema.Model.Chart.LegendLabel.md#textalign)
- [useBorderRadius](WDX.Schema.Model.Chart.LegendLabel.md#useborderradius)
- [usePointStyle](WDX.Schema.Model.Chart.LegendLabel.md#usepointstyle)
- [uuid](WDX.Schema.Model.Chart.LegendLabel.md#uuid)

## Constructors

### constructor

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

#### Returns

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

## Properties

### borderRadius

• **borderRadius**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:71

___

### boxHeight

• **boxHeight**: `number`

#### Defined in

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

___

### boxWidth

• **boxWidth**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:27

___

### color

• **color**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:37

___

### font

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

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:78

___

### id

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

#### Defined in

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

___

### padding

• **padding**: `number`

#### Defined in

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

___

### pointStyle

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

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:43

___

### pointStyleWidth

• **pointStyleWidth**: `number`

#### Defined in

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

___

### textAlign

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

#### Defined in

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

___

### useBorderRadius

• **useBorderRadius**: `boolean`

#### Defined in

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

___

### usePointStyle

• **usePointStyle**: `boolean`

#### Defined in

src/WDX/Schema/Model/Chart/LegendLabel.ts:55

___

### uuid

• **uuid**: `string`

#### Defined in

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