Excel.Interfaces.ChartSeriesUpdateData interface
An interface for updating data on the ChartSeries object, for use in chartSeries.set({ ... }).
Properties
| format | Represents the formatting of a chart series, which includes fill and line formatting. |
| name | Specifies the name of a series in a chart. The name's length should not be greater than 255 characters. |
Property Details
format
Represents the formatting of a chart series, which includes fill and line formatting.
format?: Excel.Interfaces.ChartSeriesFormatUpdateData;
Property Value
Remarks
name
Specifies the name of a series in a chart. The name's length should not be greater than 255 characters.
name?: string;
Property Value
string