Excel.Interfaces.ChartTrendlineCollectionLoadOptions interface
表示图表趋势线的集合。
属性
| $all | 指定加载选项将 |
| backward |
For EACH ITEM in the collection: 表示趋势线向后延伸的周期数。 |
| format | For EACH ITEM in the collection: 表示图表趋势线的格式。 |
| forward |
For EACH ITEM in the collection: 表示趋势线向前延伸的周期数。 |
| intercept | 对于集合中的每个项目: 表示趋势线的截距值。 可以设置为数字值或空字符串(对于自动值)。 返回的值始终为数字。 |
| label | 对于集合中的每个项目: 表示图表趋势线的标签。 |
| moving |
对于集合中的每个项目:表示图表趋势线的周期。 仅适用于类型 |
| name | 对于集合中的每个项目: 表示趋势线的名称。 可设置为字符串值,值表示 |
| polynomial |
For EACH ITEM in the collection: 表示图表趋势线的顺序。 仅适用于类型 |
| show |
对于集合中的每个项目:如果趋势线的公式显示在图表上,则为 True。 |
| show |
对于集合中的每个项目:如果趋势线的 r 平方值显示在图表上,则为 true。 |
| type | 对于集合中的每个项目: 表示图表趋势线的类型。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
backwardPeriod
For EACH ITEM in the collection: 表示趋势线向后延伸的周期数。
backwardPeriod?: boolean;
属性值
boolean
注解
format
For EACH ITEM in the collection: 表示图表趋势线的格式。
format?: Excel.Interfaces.ChartTrendlineFormatLoadOptions;
属性值
注解
forwardPeriod
For EACH ITEM in the collection: 表示趋势线向前延伸的周期数。
forwardPeriod?: boolean;
属性值
boolean
注解
intercept
对于集合中的每个项目: 表示趋势线的截距值。 可以设置为数字值或空字符串(对于自动值)。 返回的值始终为数字。
intercept?: boolean;
属性值
boolean
注解
label
对于集合中的每个项目: 表示图表趋势线的标签。
label?: Excel.Interfaces.ChartTrendlineLabelLoadOptions;
属性值
注解
movingAveragePeriod
对于集合中的每个项目:表示图表趋势线的周期。 仅适用于类型 MovingAverage为 .
movingAveragePeriod?: boolean;
属性值
boolean
注解
name
对于集合中的每个项目: 表示趋势线的名称。 可设置为字符串值,值表示 null 自动值。 返回的值始终为字符串
name?: boolean;
属性值
boolean
注解
polynomialOrder
For EACH ITEM in the collection: 表示图表趋势线的顺序。 仅适用于类型 Polynomial为 .
polynomialOrder?: boolean;
属性值
boolean