Excel.Interfaces.ChartPointUpdateData interface
An interface for updating data on the ChartPoint object, for use in chartPoint.set({ ... }).
Properties
| format | Encapsulates the format properties chart point. |
Property Details
format
Encapsulates the format properties chart point.
format?: Excel.Interfaces.ChartPointFormatUpdateData;