ExcelScript.ChartAxes interface

グラフの軸を表します。

メソッド

getCategoryAxis()

グラフの項目軸を表します。

getChartAxis(type, group)

種類とグループで識別された特定の軸を返します。

getSeriesAxis()

3-D グラフの系列軸を表します。

getValueAxis()

軸の数値軸を表します。

メソッドの詳細

getCategoryAxis()

グラフの項目軸を表します。

getCategoryAxis(): ChartAxis;

戻り値

getChartAxis(type, group)

種類とグループで識別された特定の軸を返します。

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

パラメーター

type
ExcelScript.ChartAxisType

軸の種類を指定します。 詳細は「ExcelScript.ChartAxisType」をご覧ください。

group
ExcelScript.ChartAxisGroup

オプション。 軸のグループを指定します。 詳細は「ExcelScript.ChartAxisGroup」をご覧ください。

戻り値

getSeriesAxis()

3-D グラフの系列軸を表します。

getSeriesAxis(): ChartAxis;

戻り値

getValueAxis()

軸の数値軸を表します。

getValueAxis(): ChartAxis;

戻り値