Search results

StockChartTrendlineDirective API in Angular Stock Chart API component

Series Directive

<e-stockchart-series-collection>
<e-stockchart-series>
<e-trendlines>
</e-trendline>
<e-trendline>
</e-trendlines>
</e-stockchart-series>
</e-stockchart-series-collection>

Properties

animation

any

Options to customize the animation for trendlines.

backwardForecast

any

Defines the period, by which the trend has to backward forecast.

Defaults to 0

dashArray

any

Defines the pattern of dashes and gaps to stroke.

Defaults to

enableTooltip

any

Enables/disables tooltip for trendlines.

Defaults to true

fill

any

Defines the fill color of trendline.

Defaults to

forwardForecast

any

Defines the period, by which the trend has to forward forecast.

Defaults to 0

intercept

any

Defines the intercept of the trendline.

Defaults to null

legendShape

any

Sets the legend shape of the trendline.

Defaults to ‘SeriesType’

marker

any

Options to customize the marker for trendlines.

name

any

Defines the name of trendline.

Defaults to

period

any

Defines the period, the price changes over which will be considered to predict moving average trend line.

Defaults to 2

polynomialOrder

any

Defines the polynomial order of the polynomial trendline.

Defaults to 2

type

any

Defines the type of the trendline.

Defaults to ‘Linear’

visible

any

Specifies the visibility of trendline.

Defaults to true

width

any

Defines the width of the trendline.

Defaults to 1