ExcelScript.ChartAxes interface

表示图表坐标轴。

方法

getCategoryAxis()

表示图表中的类别轴。

getChartAxis(type, group)

返回通过类型和组标识的特定轴。

getSeriesAxis()

表示三维图表的系列轴。

getValueAxis()

表示坐标轴中的数值轴。

方法详细信息

getCategoryAxis()

表示图表中的类别轴。

getCategoryAxis(): ChartAxis;

返回

getChartAxis(type, group)

返回通过类型和组标识的特定轴。

getChartAxis(type: ChartAxisType, group?: ChartAxisGroup): ChartAxis;

参数

type
ExcelScript.ChartAxisType

指定坐标轴类型。 有关详细信息,请参阅 ExcelScript.ChartAxisType

group
ExcelScript.ChartAxisGroup

可选。 指定坐标轴组。 有关详细信息,请参阅 ExcelScript.ChartAxisGroup

返回

getSeriesAxis()

表示三维图表的系列轴。

getSeriesAxis(): ChartAxis;

返回

getValueAxis()

表示坐标轴中的数值轴。

getValueAxis(): ChartAxis;

返回