Excel.Interfaces.ChartTrendlineFormatUpdateData interface
用于更新对象上的 ChartTrendlineFormat
数据的接口,用于 在 中使用 chartTrendlineFormat.set({ ... })
。
属性
line | 表示图表线条格式。 |
属性详细信息
line
表示图表线条格式。
line?: Excel.Interfaces.ChartLineFormatUpdateData;