ExcelScript.ChartPlotAreaFormat interface
Represents the format properties for a chart plot area.
Methods
get |
Specifies the border attributes of a chart plot area. |
get |
Specifies the fill format of an object, which includes background formatting information. |
Method Details
getBorder()
Specifies the border attributes of a chart plot area.
getBorder(): ChartBorder;
Returns
getFill()
Specifies the fill format of an object, which includes background formatting information.
getFill(): ChartFill;
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Scripts