# GC.Spread.Sheets.Charts.IPlotAreaLayout

## Content

# Interface: IPlotAreaLayout

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

## Table of contents

### Properties

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

## Properties

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

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

The height of the plot area, 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 plot area, 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 plot area, 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 plot area, it's percentage, and the base line is chart's top edge.
