Excel.Interfaces.ChartPointUpdateData interface
用于更新对象上的 ChartPoint 数据的接口,用于 在 中使用 chartPoint.set({ ... })。
属性
| format | 封装图表点的格式属性。 |
属性详细信息
format
封装图表点的格式属性。
format?: Excel.Interfaces.ChartPointFormatUpdateData;