Excel.Interfaces.ChartSeriesLoadOptions interface

代表图表上的系列。

注解

[ API 集:ExcelApi 1.1 ]

属性

$all

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

format

表示图表系列的格式,包括填充和线条格式。

name

指定图表中序列的名称。 名称的长度不应大于 255 个字符。

points

返回序列中所有点的集合。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

format

表示图表系列的格式,包括填充和线条格式。

format?: Excel.Interfaces.ChartSeriesFormatLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]

name

指定图表中序列的名称。 名称的长度不应大于 255 个字符。

name?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.1 ]

points

返回序列中所有点的集合。

points?: Excel.Interfaces.ChartPointsCollectionLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]