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