Trending
A chart may show trends based on data from other chart's dataset. There are four types of trends:
- Linear Regression
- Exponential Regression
- Moving Average
- Percentile
Trending involves two charts to present: the source chart (its data is used to calculate the trend) and the trend chart itself. Thus, trends can be plotted by the following charts only when they are a part of Mixed XY Chart:
Setting up Trends
To configure new trend for a chart, perform the following:
xyLineChart1
.Trending Properties
The trending properties are available only for XY Line, Area and Bar charts when they are added as sub-charts to a Mixed XY Chart.
Source Chart
Name of sub-chart component those data will be used to build trend curves. It must be the a sub-chart of the same Mixed XY Chart with this trending sub-chart.
Property name: sourceDataPlotID
Property type: String
Trending Type
Type of trend(s) to build: Linear, Exponential, Moving Average, or Percentile.
Property name: trendingType
Property type: Integer
Forecast Factor
Length of "future" trend in time comparing to the time frame of the source data, for example:
- Value of 0.0 means that the trend is build exactly for the time frame covered by source data.
- Value of 0.5 means that the trend goes into the future for half of source data's time frame. E.g. if the source data covers the whole year 2012, the trend will cover 2012 and first two quarters of 2013.
- Value of 1.0 means that the trend goes into the future full source data's time frame. E.g. if the source data covers the whole year 2012, the trend will cover 2012 and 2013.
- Value of 3.0 means that the trend goes into the future three source time frames, etc.
Property name: forecastFactor
Property type: Float
Linear and Exponential Trend Options
Point Count
Number of data items in the trend curve.
Zero value means that point count will match the number of data items in the source series.
This option is valid for Linear and Exponential trends only.
Property name: pointCount
Property type: Float
Moving Average Trend Options
Period
The averaging period for Moving Average calculation (in chart's data space).
Property name: period
Property type: Float
Skip Period
The length of the initial skip period for the Moving Average calculation (in chart's data space).
Property name: skipPeriod
Property type: Float
Percentile Trend Options
Percentile
The base for Percentile trend, in percents. The default is value is 95%, making percentile trend appear so that 95% of source values will stay below the trend line.
Property name: percentile
Property type: Float
Was this page helpful?