Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExcelScript.ChartAxisTitleFormat interface

Package:
ExcelScript

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


Feedback

Was this page helpful?