ExcelScript.ChartAxes interface

Represents the chart axes.

Methods

getCategoryAxis()

Represents the category axis in a chart.

getChartAxis(type, group)

Returns the specific axis identified by type and group.

getSeriesAxis()

Represents the series axis of a 3-D chart.

getValueAxis()

Represents the value axis in an axis.

Method Details

getCategoryAxis()

Represents the category axis in a chart.

getCategoryAxis(): ChartAxis;

Returns

getChartAxis(type, group)

Returns the specific axis identified by type and group.

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

Parameters

type
ExcelScript.ChartAxisType

Specifies the axis type. See ExcelScript.ChartAxisType for details.

group
ExcelScript.ChartAxisGroup

Optional. Specifies the axis group. See ExcelScript.ChartAxisGroup for details.

Returns

getSeriesAxis()

Represents the series axis of a 3-D chart.

getSeriesAxis(): ChartAxis;

Returns

getValueAxis()

Represents the value axis in an axis.

getValueAxis(): ChartAxis;

Returns