Excel.Interfaces.ChartDataLabelUpdateData interface
用于更新对象上的 ChartDataLabel
数据的接口,用于 在 中使用 chartDataLabel.set({ ... })
。
属性
position | 表示数据标签位置的值。 有关详细信息,请参阅 |
separator | 该字符串表示用于图表中数据标签的分隔符。 |
show |
指定数据标签气泡大小是否可见。 |
show |
指定数据标签类别名称是否可见。 |
show |
指定数据标签图例键是否可见。 |
show |
指定数据标签百分比是否可见。 |
show |
指定数据标签系列名称是否可见。 |
show |
指定数据标签值是否可见。 |
属性详细信息
position
表示数据标签位置的值。 有关详细信息,请参阅 Excel.ChartDataLabelPosition
。
position?: Excel.ChartDataLabelPosition | "Invalid" | "None" | "Center" | "InsideEnd" | "InsideBase" | "OutsideEnd" | "Left" | "Right" | "Top" | "Bottom" | "BestFit" | "Callout";
属性值
Excel.ChartDataLabelPosition | "Invalid" | "None" | "Center" | "InsideEnd" | "InsideBase" | "OutsideEnd" | "Left" | "Right" | "Top" | "Bottom" | "BestFit" | "Callout"