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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins