Edit

Share via


ExcelScript.ChartLegendFormat interface

Encapsulates the format properties of a chart legend.

Methods

getBorder()

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

getFill()

Represents the fill format of an object, which includes background formatting information.

getFont()

Represents the font attributes such as font name, font size, and color of a chart legend.

Method Details

getBorder()

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

TypeScript
getBorder(): ChartBorder;

Returns

getFill()

Represents the fill format of an object, which includes background formatting information.

TypeScript
getFill(): ChartFill;

Returns

getFont()

Represents the font attributes such as font name, font size, and color of a chart legend.

TypeScript
getFont(): ChartFont;

Returns