Excel.Interfaces.ChartAxesLoadOptions interface
Represents the chart axes.
Remarks
Properties
| $all | Specifying |
| category |
Represents the category axis in a chart. |
| series |
Represents the series axis of a 3-D chart. |
| value |
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).
$all?: boolean;
Property Value
boolean
categoryAxis
Represents the category axis in a chart.
categoryAxis?: Excel.Interfaces.ChartAxisLoadOptions;
Property Value
Remarks
seriesAxis
Represents the series axis of a 3-D chart.
seriesAxis?: Excel.Interfaces.ChartAxisLoadOptions;
Property Value
Remarks
valueAxis
Represents the value axis in an axis.
valueAxis?: Excel.Interfaces.ChartAxisLoadOptions;