|
|
This property defines the way moving average is computed when there are not enough points to perform correct computation. Two methods are defined, estimation and truncation. Estimation will simply take as many points as there are, while truncation will wait till enough points are available before it starts plotting the line.
Syntax
FlpGrf.ColumnMovingAveStyle = style
The ColumnMovingAveStyle property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
style |
The way you want moving average to handle insufficient-point situations. |
Settings
|
Value |
Description | |
|
flpEstimatedMovAve |
0 |
Uses estimation method (default). |
|
flpTruncatedMovAve |
1 |
Waits till enough point are available. |
Example


See Also
![]() |
Last modified on: Friday, August 16, 2002