|
Trending |
Top Previous Next |
|
A chart may show trends based on data from other chart's dataset. There are four types of trends:
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:
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 Series Names Textual descriptions of trends. First line in the Series Names table will contain the name of trend for the first series in the source chart's dataset, etc. Property name: seriesNames Property type: Data Table 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 |