# GC.Spread.Sheets.Charts.IChartLegendLayout

## Content

# Interface: IChartLegendLayout

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

## Table of contents

### Properties

- [height](GC.Spread.Sheets.Charts.IChartLegendLayout#height)
- [width](GC.Spread.Sheets.Charts.IChartLegendLayout#width)
- [x](GC.Spread.Sheets.Charts.IChartLegendLayout#x)
- [y](GC.Spread.Sheets.Charts.IChartLegendLayout#y)

## Properties

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

• `Optional` **height**: `number`

The height of the chart legend, it's percentage, and it's based on the chart's height.

___

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

• `Optional` **width**: `number`

The width of the chart legend, it's percentage, and it's based on the chart's width.

___

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

• `Optional` **x**: `number`

The x position of the chart legend, it's percentage, and the base line is chart's left edge.

___

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

• `Optional` **y**: `number`

The y position of the chart legend, it's percentage, and the base line is chart's top edge.
