Excel.Interfaces.ChartSeriesCollectionLoadOptions interface
Represents a collection of chart series.
Remarks
Properties
| $all | Specifying |
| format | For EACH ITEM in the collection: Represents the formatting of a chart series, which includes fill and line formatting. |
| name | For EACH ITEM in the collection: Specifies the name of a series in a chart. The name's length should not be greater than 255 characters. |
| points | For EACH ITEM in the collection: Returns a collection of all points in the series. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
format
For EACH ITEM in the collection: Represents the formatting of a chart series, which includes fill and line formatting.
format?: Excel.Interfaces.ChartSeriesFormatLoadOptions;
Property Value
Remarks
name
For EACH ITEM in the collection: Specifies the name of a series in a chart. The name's length should not be greater than 255 characters.
name?: boolean;
Property Value
boolean
Remarks
points
For EACH ITEM in the collection: Returns a collection of all points in the series.
points?: Excel.Interfaces.ChartPointsCollectionLoadOptions;