Excel.Interfaces.ChartPlotAreaData interface
An interface describing the data returned by calling chartPlotArea.toJSON()
.
Properties
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
format
Specifies the formatting of a chart plot area.
format?: Excel.Interfaces.ChartPlotAreaFormatData;
Property Value
Remarks
height
Specifies the height value of a plot area.
height?: number;
Property Value
number
Remarks
insideHeight
Specifies the inside height value of a plot area.
insideHeight?: number;
Property Value
number
Remarks
insideLeft
Specifies the inside left value of a plot area.
insideLeft?: number;
Property Value
number
Remarks
insideTop
Specifies the inside top value of a plot area.
insideTop?: number;
Property Value
number
Remarks
insideWidth
Specifies the inside width value of a plot area.
insideWidth?: number;
Property Value
number
Remarks
left
Specifies the left value of a plot area.
left?: number;
Property Value
number
Remarks
position
Specifies the position of a plot area.
position?: Excel.ChartPlotAreaPosition | "Automatic" | "Custom";
Property Value
Excel.ChartPlotAreaPosition | "Automatic" | "Custom"
Remarks
top
Specifies the top value of a plot area.
top?: number;
Property Value
number
Remarks
width
Specifies the width value of a plot area.
width?: number;
Property Value
number
Remarks
Office Add-ins