Excel.Interfaces.ChartSeriesCollectionLoadOptions interface
表示图表系列的集合。
注解
属性
$all |
|
format | 对于集合中的每个项:表示图表系列的格式,其中包括填充和折线格式。 |
name | 对于集合中的每个项:指定图表中序列的名称。 名称的长度不应大于 255 个字符。 |
points | 对于集合中的每个项:返回序列中所有点的集合。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
format
对于集合中的每个项:表示图表系列的格式,其中包括填充和折线格式。
format?: Excel.Interfaces.ChartSeriesFormatLoadOptions;
属性值
注解
name
points
对于集合中的每个项:返回序列中所有点的集合。
points?: Excel.Interfaces.ChartPointsCollectionLoadOptions;