ExcelScript.ChartPointFormat interface
Represents the formatting object for chart points.
Methods
get |
Represents the border format of a chart data point, which includes color, style, and weight information. |
get |
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;