Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ChartAxesLoadOptions interface
- Package:
- excel
Represents the chart axes.
Properties
| $all | Specifying |
| 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).
$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;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
