Excel.Interfaces.ChartBinOptionsUpdateData interface
用于更新对象上的 ChartBinOptions
数据的接口,用于 在 中使用 chartBinOptions.set({ ... })
。
属性
allow |
指定是在直方图还是直方图中启用箱溢出。 |
allow |
指定是在直方图还是直方图中启用 bin 下溢。 |
count | 指定直方图或直方图的箱数。 |
overflow |
指定直方图或直方图的箱溢出值。 |
type | 指定直方图或直方图的箱类型。 |
underflow |
指定直方图或直方图的箱下溢值。 |
width | 指定直方图或直方图的箱宽度值。 |
属性详细信息
allowOverflow
allowUnderflow
count
overflowValue
type
指定直方图或直方图的箱类型。
type?: Excel.ChartBinType | "Category" | "Auto" | "BinWidth" | "BinCount";
属性值
Excel.ChartBinType | "Category" | "Auto" | "BinWidth" | "BinCount"