Excel.Interfaces.ChartLegendData interface
一个接口,用于描述通过调用 chartLegend.toJSON()
返回的数据。
属性
format | 表示图表图例的格式,包括填充和字体格式。 |
overlay | 指定图表图例是否应与图表的主体重叠。 |
position | 指定图例在图表上的位置。 有关详细信息,请参阅 |
visible | 指定图表图例是否可见。 |
属性详细信息
format
表示图表图例的格式,包括填充和字体格式。
format?: Excel.Interfaces.ChartLegendFormatData;
属性值
注解
overlay
position
指定图例在图表上的位置。 有关详细信息,请参阅 Excel.ChartLegendPosition
。
position?: Excel.ChartLegendPosition | "Invalid" | "Top" | "Bottom" | "Left" | "Right" | "Corner" | "Custom";
属性值
Excel.ChartLegendPosition | "Invalid" | "Top" | "Bottom" | "Left" | "Right" | "Corner" | "Custom"