Excel.Interfaces.ChartSeriesCollectionLoadOptions interface

表示图表系列的集合。

注解

[ API 集:ExcelApi 1.1 ]

属性

$all

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

format

对于集合中的每个项:表示图表系列的格式,其中包括填充和折线格式。

name

对于集合中的每个项:指定图表中序列的名称。 名称的长度不应大于 255 个字符。

points

对于集合中的每个项:返回系列中所有点的集合。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如: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 ]