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;