In a CumulativeMovingAverage trendline, the data arrive in an ordered datum stream, and you get the average of all data up until the current datum point.
Property | Description |
---|---|
DetailLevel | Specifies if the overlay calculation should include the entire data set or each detail group. Select from Total or Group. |
FieldName | Sets the field name for the reference line to use. |
LegendLabel | Sets the legend label of the trendline. |
Period | Specifies the number of data values used to create a line. The Period property default value is 2. |
Display |
Sets the display position. Select from Front or Back. |
Name |
Enter the name of the trendline. |
Type |
Select the type of the trendline from the list of available types. |
LineStyle | Sets the style of the line. Select the LineColor, LineStyle and LineWidth properties of the line. |
In the OverlayDesigner Collection Editor, you can set a CumulativeMovingAverage trendline with the properties as follows.
Property | Value |
LineStyle > LineColor | Red |
LineStyle > LineStyle | Solid |
LineStyle > LineWidth | 3pt |
Configurations > DetailLevel | Total |
Configurations > Period | 2 |
General > Display | Front |
General > Type | CumulativeMovingAverageTrendline |