ColumnMissValue Property

ColumnMovingAveNumberOfPoints Property

Introduction

 

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


 

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

Constant

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

All Column Routines



ColumnMissValue Property ColumnMovingAveNumberOfPoints Property

 

 

Last modified on: Friday, August 16, 2002