Note

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

Access to this page requires authorization. You can try .

ExcelScript.ChartPointFormat interface

Package:
ExcelScript

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


Feedback

Was this page helpful?