Excel.Interfaces.ChartPlotAreaUpdateData interface

An interface for updating data on the ChartPlotArea object, for use in chartPlotArea.set({ ... }).

Properties

format

Specifies the formatting of a chart plot area.

height

Specifies the height value of a plot area.

insideHeight

Specifies the inside height value of a plot area.

insideLeft

Specifies the inside left value of a plot area.

insideTop

Specifies the inside top value of a plot area.

insideWidth

Specifies the inside width value of a plot area.

left

Specifies the left value of a plot area.

position

Specifies the position of a plot area.

top

Specifies the top value of a plot area.

width

Specifies the width value of a plot area.

Property Details

format

Specifies the formatting of a chart plot area.

format?: Excel.Interfaces.ChartPlotAreaFormatUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.8 ]

height

Specifies the height value of a plot area.

height?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

insideHeight

Specifies the inside height value of a plot area.

insideHeight?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

insideLeft

Specifies the inside left value of a plot area.

insideLeft?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

insideTop

Specifies the inside top value of a plot area.

insideTop?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

insideWidth

Specifies the inside width value of a plot area.

insideWidth?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

left

Specifies the left value of a plot area.

left?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

position

Specifies the position of a plot area.

position?: Excel.ChartPlotAreaPosition | "Automatic" | "Custom";

Property Value

Excel.ChartPlotAreaPosition | "Automatic" | "Custom"

Remarks

[ API set: ExcelApi 1.8 ]

top

Specifies the top value of a plot area.

top?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]

width

Specifies the width value of a plot area.

width?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.8 ]