Excel.Interfaces.ChartBinOptionsData interface

一个接口,用于描述通过调用 chartBinOptions.toJSON()返回的数据。

属性

allowOverflow

指定是在直方图还是直方图中启用箱溢出。

allowUnderflow

指定是在直方图还是直方图中启用 bin 下溢。

count

指定直方图或直方图的箱数。

overflowValue

指定直方图或直方图的箱溢出值。

type

指定直方图或直方图的箱类型。

underflowValue

指定直方图或直方图的箱下溢值。

width

指定直方图或直方图的箱宽度值。

属性详细信息

allowOverflow

指定是在直方图还是直方图中启用箱溢出。

allowOverflow?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

allowUnderflow

指定是在直方图还是直方图中启用 bin 下溢。

allowUnderflow?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

count

指定直方图或直方图的箱数。

count?: number;

属性值

number

注解

[ API 集:ExcelApi 1.9 ]

overflowValue

指定直方图或直方图的箱溢出值。

overflowValue?: number;

属性值

number

注解

[ API 集:ExcelApi 1.9 ]

type

指定直方图或直方图的箱类型。

type?: Excel.ChartBinType | "Category" | "Auto" | "BinWidth" | "BinCount";

属性值

Excel.ChartBinType | "Category" | "Auto" | "BinWidth" | "BinCount"

注解

[ API 集:ExcelApi 1.9 ]

underflowValue

指定直方图或直方图的箱下溢值。

underflowValue?: number;

属性值

number

注解

[ API 集:ExcelApi 1.9 ]

width

指定直方图或直方图的箱宽度值。

width?: number;

属性值

number

注解

[ API 集:ExcelApi 1.9 ]