ExcelScript.ChartDataLabelFormat interface

Encapsulates the format properties for the chart data labels.

Methods

getBorder()

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

getFill()

Represents the fill format of the current chart data label.

getFont()

Represents the font attributes (such as font name, font size, and color) for a chart data label.

Method Details

getBorder()

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

getBorder(): ChartBorder;

Returns

getFill()

Represents the fill format of the current chart data label.

getFill(): ChartFill;

Returns

getFont()

Represents the font attributes (such as font name, font size, and color) for a chart data label.

getFont(): ChartFont;

Returns