Excel.Interfaces.ChartAxesData interface
An interface describing the data returned by calling chartAxes.toJSON()
.
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. |
Represents the category axis in a chart.
TypeScript
categoryAxis?: Excel.Interfaces.ChartAxisData;
Property Value
Remarks
Represents the series axis of a 3-D chart.
TypeScript
seriesAxis?: Excel.Interfaces.ChartAxisData;
Property Value
Remarks
Represents the value axis in an axis.
TypeScript
valueAxis?: Excel.Interfaces.ChartAxisData;
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
Office Add-ins is an open source project. Select a link to provide feedback: