ExcelScript.ChartAxisTitleFormat interface
Represents the chart axis title formatting.
Methods
get |
Specifies the chart axis title's border format, which includes color, linestyle, and weight. |
get |
Specifies the chart axis title's fill formatting. |
get |
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;