Edit

Excel.Interfaces.ChartAxisFormatUpdateData interface

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

Remarks

Used by

Properties

font

Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.

line

Specifies chart line formatting.

Property Details

font

Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.

font?: Excel.Interfaces.ChartFontUpdateData;

Property Value

Remarks

API set: ExcelApi 1.1

line

Specifies chart line formatting.

line?: Excel.Interfaces.ChartLineFormatUpdateData;

Property Value

Remarks

API set: ExcelApi 1.1