ExcelScript.ChartPlotArea interface
This object represents the attributes for a chart plot area.
Methods
get |
Specifies the formatting of a chart plot area. |
get |
Specifies the height value of a plot area. |
get |
Specifies the inside height value of a plot area. |
get |
Specifies the inside left value of a plot area. |
get |
Specifies the inside top value of a plot area. |
get |
Specifies the inside width value of a plot area. |
get |
Specifies the left value of a plot area. |
get |
Specifies the position of a plot area. |
get |
Specifies the top value of a plot area. |
get |
Specifies the width value of a plot area. |
set |
Specifies the height value of a plot area. |
set |
Specifies the inside height value of a plot area. |
set |
Specifies the inside left value of a plot area. |
set |
Specifies the inside top value of a plot area. |
set |
Specifies the inside width value of a plot area. |
set |
Specifies the left value of a plot area. |
set |
Specifies the position of a plot area. |
set |
Specifies the top value of a plot area. |
set |
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
- position
- ExcelScript.ChartPlotAreaPosition
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
Office Scripts