Excel.Interfaces.ChartPointsCollectionLoadOptions interface

图表中某个系列的所有图表点的集合。

注解

[ API 集:ExcelApi 1.1 ]

属性

$all

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

format

对于集合中的每个项:封装格式属性图表点。

value

对于集合中的每个项:返回图表点的值。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

format

对于集合中的每个项:封装格式属性图表点。

format?: Excel.Interfaces.ChartPointFormatLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]

value

对于集合中的每个项:返回图表点的值。

value?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.1 ]