Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ChartAxesUpdateData interface
- Package:
- excel
An interface for updating data on the ChartAxes object, for use in chartAxes.set({ ... }).
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.
categoryAxis?: Excel.Interfaces.ChartAxisUpdateData;
Property Value
Remarks
seriesAxis
Represents the series axis of a 3-D chart.
seriesAxis?: Excel.Interfaces.ChartAxisUpdateData;
Property Value
Remarks
valueAxis
Represents the value axis in an axis.
valueAxis?: Excel.Interfaces.ChartAxisUpdateData;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
