Trend Line
Last updated
Last updated
Trend Line feature is available for Line and Scatter(No Aggregation and With Aggregation) charts. You can draw Trend or Smooth Lines by selecting one of the Trend Line types in the Trend Line Setting dialog.
You can open this dialog by selecting the Trend Line
menu of Y-Axis properties.
We support the following Trend Line types.
This one uses Linear Regression (lm) internally and draws linear (straight) lines.
This one uses the Local Polynomial Regression (loess) internally to draw trend lines. It is best to use when the data size is small. This option will be automatically disabled if the data size is more than 1000 for performance reasons.
This one uses the Generalized Additive Model (GAM) internally to draw trend lines. It is the best to use when the data size is large.
This one uses the Logistic Regression internally to draw trend lines.
This one uses the Poisson Regression internally to draw trend lines.
You can choose the target data group for the Trend Lines. It is available if you assign a column to Color.
All: It draws a single Trend Line based on all data regardless of the Color setting.
Each Color Group: It draws Trend Lines for each color group. This is the default option.
You can choose one of the following options for the Trend Line length.
You can show/hide the confidence interval ranges. The default is "show".
If you select the "All" option for the Target, it shows a corresponding item in the legend. You can uncheck it to hide this.
You can change the style of the trend line. The following options are available.
Color
Line Width
Line Style
Solid
Dot
Dash
Long Dash
Dash and Dot
Long Dash and Dot
You can show the Trend Line metrics on the plot area. This option is available if all the following conditions meet.
Liner Regression trend line type is used.
Showing 1 trend line per chart. For example.
No column set for Color.
Column set for Color and Target is set to "All".
The following options are available.
Metrics
R Squared & Coefficient
Coefficient
R Squared
Position
Upper Left
Upper Right
Font Size
Apply All Columns - Apply the settings above to all the columns. It is available only if you assign multiple columns to Y-axis and use the "(Y-Axis Values)" for the Repeat By.
Data Range for Each Group - It draws the trend lines and ranges only for the X-Axis range for each group of Color
Data Range for All Groups - It draws the trend lines and ranges for the entire chart area.