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