ColumnMovingAveNumberOfPoints Property

ColumnRegress Property

Introduction

 

ColumnMovingAveStyle Property This function works on current Columnimages/cons0001.png


 

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

Constant

Value

Description

flpEstimatedMovAve

0

Uses estimation method (default).

flpTruncatedMovAve

1

Waits till enough point are available.

 

Example

FlpGrf.ColumnMovingAve = flpMidpointMovAve

images/movave1.png

FlpGrf.ColumnMovingAveStyle = flpTruncatedMovAve

images/movave2.png


 

See Also

All Column Routines



ColumnMovingAveNumberOfPoints Property ColumnRegress Property

 

 

Last modified on: Friday, August 16, 2002