Excel.Interfaces.ChartAxesLoadOptions interface

Represents the chart axes.

Remarks

[ API set: ExcelApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

categoryAxis

Represents the category axis in a chart.

categoryAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

seriesAxis

Represents the series axis of a 3-D chart.

seriesAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

valueAxis

Represents the value axis in an axis.

valueAxis?: Excel.Interfaces.ChartAxisLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]