Excel.Interfaces.ChartSeriesLoadOptions interface
Represents a series in a chart.
Remarks
Properties
| $all | Specifying |
| 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. |
| points | 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
Represents the formatting of a chart series, which includes fill and line formatting.
format?: Excel.Interfaces.ChartSeriesFormatLoadOptions;
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?: boolean;
Property Value
boolean
Remarks
points
Returns a collection of all points in the series.
points?: Excel.Interfaces.ChartPointsCollectionLoadOptions;