IAverageFunction
Hierarchy Properties

Type Library
TeeChartx

Description
AverageFunction performs a simple or weighted average of last Period DataSource values. AverageFunction 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.