|
|
This property enables and disables the moving average for a specific column. Three types of moving averages are implemented: trailing, leading, and midpoint. You can also change the number of points used in computation of the moving average through ColumnMovingAveNumberOfPoints property.
Syntax
FlpGrf.ColumnMovingAve = type
The ColumnMovingAve property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
type |
The type of moving average to compute. |
Settings
|
Value |
Description | |
|
flpMovingAveOff |
0 |
Turns moving average off. |
|
flpTrailingMovAve |
1 |
Computes a trailing moving average. |
|
flpLeadingMovAve |
2 |
Computes a leading moving average. |
|
flpMidpointMovAve |
3 |
Computes a midpoint moving average. |
See Also
![]() |
Last modified on: Friday, August 16, 2002