Excel.Interfaces.ChartAxisUpdateData interface

Warning

This API is now deprecated.

An interface for updating data on the ChartAxis object, for use in chartAxis.set({ ... }).

Properties

format

Represents the formatting of a chart object, which includes line and font formatting.

majorGridlines

Returns an object that represents the major gridlines for the specified axis.

majorUnit

Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number.

maximum

Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

minimum

Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

minorGridlines

Returns an object that represents the minor gridlines for the specified axis.

minorUnit

Represents the interval between two minor tick marks. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

title

Represents the axis title.

Property Details

format

Warning

This API is now deprecated.

Represents the formatting of a chart object, which includes line and font formatting.

format?: Excel.Interfaces.ChartAxisFormatUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

majorGridlines

Warning

This API is now deprecated.

Returns an object that represents the major gridlines for the specified axis.

majorGridlines?: Excel.Interfaces.ChartGridlinesUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

majorUnit

Warning

This API is now deprecated.

Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number.

majorUnit?: any;

Property Value

any

Remarks

[ API set: ExcelApi 1.1 ]

maximum

Warning

This API is now deprecated.

Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

maximum?: any;

Property Value

any

Remarks

[ API set: ExcelApi 1.1 ]

minimum

Warning

This API is now deprecated.

Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

minimum?: any;

Property Value

any

Remarks

[ API set: ExcelApi 1.1 ]

minorGridlines

Warning

This API is now deprecated.

Returns an object that represents the minor gridlines for the specified axis.

minorGridlines?: Excel.Interfaces.ChartGridlinesUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

minorUnit

Warning

This API is now deprecated.

Represents the interval between two minor tick marks. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.

minorUnit?: any;

Property Value

any

Remarks

[ API set: ExcelApi 1.1 ]

title

Warning

This API is now deprecated.

Represents the axis title.

title?: Excel.Interfaces.ChartAxisTitleUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]