ExcelScript.ChartTrendlineLabelFormat interface
Encapsulates the format properties for the chart trendline label.
Methods
get |
Specifies the border format, which includes color, linestyle, and weight. |
get |
Specifies the fill format of the current chart trendline label. |
get |
Specifies the font attributes (such as font name, font size, and color) for a chart trendline label. |
Method Details
getBorder()
Specifies the border format, which includes color, linestyle, and weight.
getBorder(): ChartBorder;
Returns
getFill()
Specifies the fill format of the current chart trendline label.
getFill(): ChartFill;
Returns
getFont()
Specifies the font attributes (such as font name, font size, and color) for a chart trendline label.
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