Note

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

Access to this page requires authorization. You can try .

ExcelScript.ChartTrendlineLabelFormat interface

Package:
ExcelScript

Encapsulates the format properties for the chart trendline label.

Methods

getBorder()

Specifies the border format, which includes color, linestyle, and weight.

getFill()

Specifies the fill format of the current chart trendline label.

getFont()

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


Feedback

Was this page helpful?