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;
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Scripts