ExcelScript.ChartSeriesFormat interface

Encapsulates the format properties for the chart series

Methods

getFill()

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

getLine()

Represents line formatting.

Method Details

getFill()

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

getFill(): ChartFill;

Returns

getLine()

Represents line formatting.

getLine(): ChartLineFormat;

Returns