Excel.Interfaces.ChartPlotAreaLoadOptions interface

This object represents the attributes for a chart plot area.

Remarks

[ API set: ExcelApi 1.8 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

format

Specifies the formatting of a chart plot area.

format?: Excel.Interfaces.ChartPlotAreaFormatLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.8 ]

height

Specifies the height value of a plot area.

height?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

insideHeight

Specifies the inside height value of a plot area.

insideHeight?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

insideLeft

Specifies the inside left value of a plot area.

insideLeft?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

insideTop

Specifies the inside top value of a plot area.

insideTop?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

insideWidth

Specifies the inside width value of a plot area.

insideWidth?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

left

Specifies the left value of a plot area.

left?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

position

Specifies the position of a plot area.

position?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

top

Specifies the top value of a plot area.

top?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

width

Specifies the width value of a plot area.

width?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]