Edit

Share via


ExcelScript.ChartAxisFormat interface

Encapsulates the format properties for the chart axis.

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