[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.TrendlineItem

Interface: TrendlineItem

Sheets.Charts.TrendlineItem

Table of contents

Properties

Properties

backward

Optional backward: number

The backward of the trendline.


displayEquation

Optional displayEquation: boolean

Whether display the equation of the trendline.


displayRSquared

Optional displayRSquared: boolean

Whether display the R squared of the trendline.


fontColor

Optional fontColor: string

The fontColor of the trendline.


fontFamily

Optional fontFamily: string

The fontFamily of the trendline.


fontSize

Optional fontSize: number

The fontSize of the trendline.


forward

Optional forward: number

The forward of the trendline.


intercept

Optional intercept: number

The intercept of the trendline.


name

Optional name: string

The name of the trendline.


order

Optional order: number

The order of the polynomial trendline.


period

Optional period: number

The period of the movingAverage trendline.


style

Optional style: ILineStyle

The line style of the trendline.


type

Optional type: TrendlineType

The type of the trendline.