Excel.Interfaces.ChartBinOptionsLoadOptions interface

封装直方图和排列图的容器选项。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

allowOverflow

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

allowUnderflow

指定在直方图还是排列图中启用箱下溢。

count

指定直方图或排列图的箱计数。

overflowValue

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

type

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

underflowValue

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

width

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

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

allowOverflow

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

allowOverflow?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

allowUnderflow

指定在直方图还是排列图中启用箱下溢。

allowUnderflow?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

count

指定直方图或排列图的箱计数。

count?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

overflowValue

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

overflowValue?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

type

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

type?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

underflowValue

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

underflowValue?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

width

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

width?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9