Excel.Interfaces.ChartPlotAreaLoadOptions interface
This object represents the attributes for a chart plot area.
Remarks
Properties
| $all | Specifying |
| format | Specifies the formatting of a chart plot area. |
| height | Specifies the height value of a plot area. |
| inside |
Specifies the inside height value of a plot area. |
| inside |
Specifies the inside left value of a plot area. |
| inside |
Specifies the inside top value of a plot area. |
| inside |
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 load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as 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
height
Specifies the height value of a plot area.
height?: boolean;
Property Value
boolean
Remarks
insideHeight
Specifies the inside height value of a plot area.
insideHeight?: boolean;
Property Value
boolean
Remarks
insideLeft
Specifies the inside left value of a plot area.
insideLeft?: boolean;
Property Value
boolean
Remarks
insideTop
Specifies the inside top value of a plot area.
insideTop?: boolean;
Property Value
boolean
Remarks
insideWidth
Specifies the inside width value of a plot area.
insideWidth?: boolean;
Property Value
boolean
Remarks
left
Specifies the left value of a plot area.
left?: boolean;
Property Value
boolean
Remarks
position
Specifies the position of a plot area.
position?: boolean;
Property Value
boolean
Remarks
top
Specifies the top value of a plot area.
top?: boolean;
Property Value
boolean
Remarks
width
Specifies the width value of a plot area.
width?: boolean;
Property Value
boolean