Excel.Interfaces.ChartPointLoadOptions interface
表示图表中某个系列的点。
注解
属性
$all |
|
format | 封装图表点的格式属性。 |
value | 返回图表点的值。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
format
封装图表点的格式属性。
format?: Excel.Interfaces.ChartPointFormatLoadOptions;