Excel.Interfaces.ChartLegendFormatLoadOptions interface
封装图表图例的格式属性。
属性
| $all | 指定加载选项将 |
| border | 表示边框格式,包括颜色、线条样式和粗细。 |
| font | 表示图表图例的字体名称、字号和颜色等字体属性。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
border
表示边框格式,包括颜色、线条样式和粗细。
border?: Excel.Interfaces.ChartBorderLoadOptions;
属性值
注解
font
表示图表图例的字体名称、字号和颜色等字体属性。
font?: Excel.Interfaces.ChartFontLoadOptions;