Excel.Interfaces.ChartAxesLoadOptions interface

表示图表坐标轴。

属性

$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