Edit

Share via


Excel.Interfaces.ChartAxesData interface

An interface describing the data returned by calling chartAxes.toJSON().

Properties

categoryAxis

Represents the category axis in a chart.

seriesAxis

Represents the series axis of a 3-D chart.

valueAxis

Represents the value axis in an axis.

Property Details

categoryAxis

Represents the category axis in a chart.

TypeScript
categoryAxis?: Excel.Interfaces.ChartAxisData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

seriesAxis

Represents the series axis of a 3-D chart.

TypeScript
seriesAxis?: Excel.Interfaces.ChartAxisData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

valueAxis

Represents the value axis in an axis.

TypeScript
valueAxis?: Excel.Interfaces.ChartAxisData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]