ExcelScript.ChartPlotArea interface

This object represents the attributes for a chart plot area.

Methods

getFormat()

Specifies the formatting of a chart plot area.

getHeight()

Specifies the height value of a plot area.

getInsideHeight()

Specifies the inside height value of a plot area.

getInsideLeft()

Specifies the inside left value of a plot area.

getInsideTop()

Specifies the inside top value of a plot area.

getInsideWidth()

Specifies the inside width value of a plot area.

getLeft()

Specifies the left value of a plot area.

getPosition()

Specifies the position of a plot area.

getTop()

Specifies the top value of a plot area.

getWidth()

Specifies the width value of a plot area.

setHeight(height)

Specifies the height value of a plot area.

setInsideHeight(insideHeight)

Specifies the inside height value of a plot area.

setInsideLeft(insideLeft)

Specifies the inside left value of a plot area.

setInsideTop(insideTop)

Specifies the inside top value of a plot area.

setInsideWidth(insideWidth)

Specifies the inside width value of a plot area.

setLeft(left)

Specifies the left value of a plot area.

setPosition(position)

Specifies the position of a plot area.

setTop(top)

Specifies the top value of a plot area.

setWidth(width)

Specifies the width value of a plot area.

Method Details

getFormat()

Specifies the formatting of a chart plot area.

getFormat(): ChartPlotAreaFormat;

Returns

getHeight()

Specifies the height value of a plot area.

getHeight(): number;

Returns

number

getInsideHeight()

Specifies the inside height value of a plot area.

getInsideHeight(): number;

Returns

number

getInsideLeft()

Specifies the inside left value of a plot area.

getInsideLeft(): number;

Returns

number

getInsideTop()

Specifies the inside top value of a plot area.

getInsideTop(): number;

Returns

number

getInsideWidth()

Specifies the inside width value of a plot area.

getInsideWidth(): number;

Returns

number

getLeft()

Specifies the left value of a plot area.

getLeft(): number;

Returns

number

getPosition()

Specifies the position of a plot area.

getPosition(): ChartPlotAreaPosition;

Returns

getTop()

Specifies the top value of a plot area.

getTop(): number;

Returns

number

getWidth()

Specifies the width value of a plot area.

getWidth(): number;

Returns

number

setHeight(height)

Specifies the height value of a plot area.

setHeight(height: number): void;

Parameters

height

number

Returns

void

setInsideHeight(insideHeight)

Specifies the inside height value of a plot area.

setInsideHeight(insideHeight: number): void;

Parameters

insideHeight

number

Returns

void

setInsideLeft(insideLeft)

Specifies the inside left value of a plot area.

setInsideLeft(insideLeft: number): void;

Parameters

insideLeft

number

Returns

void

setInsideTop(insideTop)

Specifies the inside top value of a plot area.

setInsideTop(insideTop: number): void;

Parameters

insideTop

number

Returns

void

setInsideWidth(insideWidth)

Specifies the inside width value of a plot area.

setInsideWidth(insideWidth: number): void;

Parameters

insideWidth

number

Returns

void

setLeft(left)

Specifies the left value of a plot area.

setLeft(left: number): void;

Parameters

left

number

Returns

void

setPosition(position)

Specifies the position of a plot area.

setPosition(position: ChartPlotAreaPosition): void;

Parameters

Returns

void

setTop(top)

Specifies the top value of a plot area.

setTop(top: number): void;

Parameters

top

number

Returns

void

setWidth(width)

Specifies the width value of a plot area.

setWidth(width: number): void;

Parameters

width

number

Returns

void