Edit

ExcelScript.ChartAxisFormat interface

Encapsulates the format properties for the chart axis.

Remarks

Used by

Methods

getFill()

Specifies chart fill formatting.

getFont()

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

getLine()

Specifies chart line formatting.

Method Details

getFill()

Specifies chart fill formatting.

getFill(): ChartFill;

Returns

getFont()

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

getFont(): ChartFont;

Returns

getLine()

Specifies chart line formatting.

getLine(): ChartLineFormat;

Returns