Excel.Interfaces.ChartPlotAreaFormatUpdateData interface
An interface for updating data on the ChartPlotAreaFormat
object, for use in chartPlotAreaFormat.set({ ... })
.
Properties
border | Specifies the border attributes of a chart plot area. |
Property Details
border
Specifies the border attributes of a chart plot area.
border?: Excel.Interfaces.ChartBorderUpdateData;
Property Value
Remarks
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 Add-ins