Edit

Share via


Excel.Interfaces.ChartAxesLoadOptions interface

Represents the chart axes.

Remarks

[ API set: ExcelApi 1.1 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

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

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

TypeScript
$all?: boolean;

Property Value

boolean

categoryAxis

Represents the category axis in a chart.

TypeScript
categoryAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

seriesAxis

Represents the series axis of a 3-D chart.

TypeScript
seriesAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

valueAxis

Represents the value axis in an axis.

TypeScript
valueAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]