ExcelScript.ChartAxes interface
表示图表坐标轴。
方法
get |
表示图表中的类别轴。 |
get |
返回通过类型和组标识的特定轴。 |
get |
表示三维图表的系列轴。 |
get |
表示坐标轴中的数值轴。 |
方法详细信息
getCategoryAxis()
getChartAxis(type, group)
返回通过类型和组标识的特定轴。
getChartAxis(type: ChartAxisType, group?: ChartAxisGroup): ChartAxis;
参数
指定坐标轴类型。 有关详细信息,请参阅 ExcelScript.ChartAxisType
。
可选。 指定坐标轴组。 有关详细信息,请参阅 ExcelScript.ChartAxisGroup
。