Excel.Interfaces.ChartLegendUpdateData interface
用于更新 ChartLegend 对象上的数据的接口,可在 中使用 chartLegend.set({ ... })
。
属性
format | 表示图表图例的格式,包括填充和字体格式。 |
overlay | 指定图表图例是否应与图表的主体重叠。 |
position | 指定图例在图表上的位置。 有关详细信息,请参阅 |
visible | 指定图表图例是否可见。 |
属性详细信息
format
表示图表图例的格式,包括填充和字体格式。
format?: Excel.Interfaces.ChartLegendFormatUpdateData;
属性值
注解
overlay
position
指定图例在图表上的位置。 有关详细信息,请参阅 Excel.ChartLegendPosition
。
position?: Excel.ChartLegendPosition | "Invalid" | "Top" | "Bottom" | "Left" | "Right" | "Corner" | "Custom";
属性值
Excel.ChartLegendPosition | "Invalid" | "Top" | "Bottom" | "Left" | "Right" | "Corner" | "Custom"