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