ExcelScript.ChartAxisTitleFormat interface

Represents the chart axis title formatting.

Methods

getBorder()

Specifies the chart axis title's border format, which includes color, linestyle, and weight.

getFill()

Specifies the chart axis title's fill formatting.

getFont()

Specifies the chart axis title's font attributes, such as font name, font size, or color, of the chart axis title object.

Method Details

getBorder()

Specifies the chart axis title's border format, which includes color, linestyle, and weight.

getBorder(): ChartBorder;

Returns

getFill()

Specifies the chart axis title's fill formatting.

getFill(): ChartFill;

Returns

getFont()

Specifies the chart axis title's font attributes, such as font name, font size, or color, of the chart axis title object.

getFont(): ChartFont;

Returns