TAverageTeeFunction

TAverageTeeFunction
Hierarchy     Properties     Methods     Events     

Unit
TeeFunci

Description
TAverageTeeFunction performs a simple or weighted average of last Period DataSource values.
TAverageTeeFunction Period is the number of points we want to group to calculate their average.
So, if our Series has 1000 points and we have a Period of 200, then AverageTeeFunction will have 1000/200 (that is 5) points.
Each Y value will be the simple Average of a group of 200 points.

To see a visual representation of TeeChart Standard Functions, go to the TeeChart User Guide.