Excel.Interfaces.ChartAxesLoadOptions interface

表示图表坐标轴。

注解

[ API 集:ExcelApi 1.1 ]

属性

$all

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

categoryAxis

表示图表中的类别轴。

seriesAxis

表示三维图表的系列轴。

valueAxis

表示坐标轴中的数值轴。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

categoryAxis

表示图表中的类别轴。

categoryAxis?: Excel.Interfaces.ChartAxisLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]

seriesAxis

表示三维图表的系列轴。

seriesAxis?: Excel.Interfaces.ChartAxisLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]

valueAxis

表示坐标轴中的数值轴。

valueAxis?: Excel.Interfaces.ChartAxisLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]