ExcelScript.ChartPointFormat interface

Represents the formatting object for chart points.

Methods

getBorder()

Represents the border format of a chart data point, which includes color, style, and weight information.

getFill()

Represents the fill format of a chart, which includes background formatting information.

Method Details

getBorder()

Represents the border format of a chart data point, which includes color, style, and weight information.

getBorder(): ChartBorder;

Returns

getFill()

Represents the fill format of a chart, which includes background formatting information.

getFill(): ChartFill;

Returns