Excel.Interfaces.ChartBinOptionsData interface
一个接口,用于描述通过调用 chartBinOptions.toJSON()
返回的数据。
属性
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"