Excel.Interfaces.ChartAxesUpdateData interface
An interface for updating data on the ChartAxes object, for use in chartAxes.set({ ... }).
Properties
| 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
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;