Excel.Interfaces.ChartLegendLoadOptions interface
表示图表中的图例。
注解
属性
$all |
|
format | 表示图表图例的格式,包括填充和字体格式。 |
overlay | 指定图表图例是否应与图表的main正文重叠。 |
position | 指定图例在图表上的位置。 有关详细信息,请参阅 |
visible | 指定图表图例是否可见。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
format
表示图表图例的格式,包括填充和字体格式。
format?: Excel.Interfaces.ChartLegendFormatLoadOptions;
属性值
注解
overlay
position
指定图例在图表上的位置。 有关详细信息,请参阅 Excel.ChartLegendPosition
。
position?: boolean;
属性值
boolean