Excel.Interfaces.ChartTrendlineLabelFormatLoadOptions 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;