Excel.Interfaces.ChartSeriesFormatUpdateData interface

An interface for updating data on the ChartSeriesFormat object, for use in chartSeriesFormat.set({ ... }).

Properties

line

Represents line formatting.

Property Details

line

Represents line formatting.

line?: Excel.Interfaces.ChartLineFormatUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]