ExcelScript.ChartAxes interface
Represents the chart axes.
Methods
get |
Represents the category axis in a chart. |
get |
Returns the specific axis identified by type and group. |
get |
Represents the series axis of a 3-D chart. |
get |
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
Specifies the axis type. See ExcelScript.ChartAxisType
for details.
Optional. Specifies the axis group. See ExcelScript.ChartAxisGroup
for details.
Returns
getSeriesAxis()
Represents the series axis of a 3-D chart.
getSeriesAxis(): ChartAxis;