# GC.Spread.Sheets.Charts.LegendPosition

## Content

# Enumeration: LegendPosition

[Sheets](../modules/GC.Spread.Sheets).[Charts](../modules/GC.Spread.Sheets.Charts).LegendPosition

Specifies the position of the legend on a chart.

## Table of contents

### Enumeration members

- [bottom](GC.Spread.Sheets.Charts.LegendPosition#bottom)
- [left](GC.Spread.Sheets.Charts.LegendPosition#left)
- [right](GC.Spread.Sheets.Charts.LegendPosition#right)
- [top](GC.Spread.Sheets.Charts.LegendPosition#top)
- [topRight](GC.Spread.Sheets.Charts.LegendPosition#topright)

## Enumeration members

### <a id="bottom" name="bottom"></a> bottom

• **bottom** = `4`

Below the chart.

___

### <a id="left" name="left"></a> left

• **left** = `3`

To the left of the chart.

___

### <a id="right" name="right"></a> right

• **right** = `2`

To the right of the chart.

___

### <a id="top" name="top"></a> top

• **top** = `1`

Above the chart.

___

### <a id="topright" name="topright"></a> topRight

• **topRight** = `5`

In the upper right-hand corner of the chart border.
