Excel.Interfaces.ChartTrendlineCollectionLoadOptions interface

表示图表趋势线的集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

backwardPeriod

For EACH ITEM in the collection: 表示趋势线向后延伸的周期数。

format

For EACH ITEM in the collection: 表示图表趋势线的格式。

forwardPeriod

For EACH ITEM in the collection: 表示趋势线向前延伸的周期数。

intercept

对于集合中的每个项目: 表示趋势线的截距值。 可以设置为数字值或空字符串(对于自动值)。 返回的值始终为数字。

label

对于集合中的每个项目: 表示图表趋势线的标签。

movingAveragePeriod

对于集合中的每个项目:表示图表趋势线的周期。 仅适用于类型 MovingAverage为 .

name

对于集合中的每个项目: 表示趋势线的名称。 可设置为字符串值,值表示 null 自动值。 返回的值始终为字符串

polynomialOrder

For EACH ITEM in the collection: 表示图表趋势线的顺序。 仅适用于类型 Polynomial为 .

showEquation

对于集合中的每个项目:如果趋势线的公式显示在图表上,则为 True。

showRSquared

对于集合中的每个项目:如果趋势线的 r 平方值显示在图表上,则为 true。

type

对于集合中的每个项目: 表示图表趋势线的类型。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

backwardPeriod

For EACH ITEM in the collection: 表示趋势线向后延伸的周期数。

backwardPeriod?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

format

For EACH ITEM in the collection: 表示图表趋势线的格式。

format?: Excel.Interfaces.ChartTrendlineFormatLoadOptions;

属性值

注解

API 集:ExcelApi 1.7

forwardPeriod

For EACH ITEM in the collection: 表示趋势线向前延伸的周期数。

forwardPeriod?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

intercept

对于集合中的每个项目: 表示趋势线的截距值。 可以设置为数字值或空字符串(对于自动值)。 返回的值始终为数字。

intercept?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.7

label

对于集合中的每个项目: 表示图表趋势线的标签。

label?: Excel.Interfaces.ChartTrendlineLabelLoadOptions;

属性值

注解

API 集:ExcelApi 1.8

movingAveragePeriod

对于集合中的每个项目:表示图表趋势线的周期。 仅适用于类型 MovingAverage为 .

movingAveragePeriod?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.7

name

对于集合中的每个项目: 表示趋势线的名称。 可设置为字符串值,值表示 null 自动值。 返回的值始终为字符串

name?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.7

polynomialOrder

For EACH ITEM in the collection: 表示图表趋势线的顺序。 仅适用于类型 Polynomial为 .

polynomialOrder?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.7

showEquation

对于集合中的每个项目:如果趋势线的公式显示在图表上,则为 True。

showEquation?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

showRSquared

对于集合中的每个项目:如果趋势线的 r 平方值显示在图表上,则为 true。

showRSquared?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

type

对于集合中的每个项目: 表示图表趋势线的类型。

type?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.7