Excel.Interfaces.ChartLegendFormatUpdateData interface
用于更新 ChartLegendFormat 对象上的数据的接口,用于 在 中使用 chartLegendFormat.set({ ... })
。
属性
border | 表示边框格式,包括颜色、线条样式和粗细。 |
font | 表示字体属性,例如图表图例的字体名称、字号和颜色。 |
属性详细信息
border
表示边框格式,包括颜色、线条样式和粗细。
border?: Excel.Interfaces.ChartBorderUpdateData;
属性值
注解
font
表示字体属性,例如图表图例的字体名称、字号和颜色。
font?: Excel.Interfaces.ChartFontUpdateData;