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

# Enumeration: LegendPosition

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

## Table of contents

### Enumeration Members

- [bottom](WDX.Schema.Model.Chart.LegendPosition.md#bottom)
- [chartArea](WDX.Schema.Model.Chart.LegendPosition.md#chartarea)
- [left](WDX.Schema.Model.Chart.LegendPosition.md#left)
- [right](WDX.Schema.Model.Chart.LegendPosition.md#right)
- [top](WDX.Schema.Model.Chart.LegendPosition.md#top)

## Enumeration Members

### bottom

• **bottom** = ``"bottom"``

#### Defined in

src/WDX/Schema/Model/Chart/LegendPosition.ts:11

___

### chartArea

• **chartArea** = ``"chartArea"``

#### Defined in

src/WDX/Schema/Model/Chart/LegendPosition.ts:13

___

### left

• **left** = ``"left"``

#### Defined in

src/WDX/Schema/Model/Chart/LegendPosition.ts:10

___

### right

• **right** = ``"right"``

#### Defined in

src/WDX/Schema/Model/Chart/LegendPosition.ts:12

___

### top

• **top** = ``"top"``

#### Defined in

src/WDX/Schema/Model/Chart/LegendPosition.ts:9
