ColumnMissStyle Property

ColumnMovingAve Property

Introduction

 

ColumnMissValue Property This function works on current Column


 

Sets the value to be skipped in the graph.

 

Syntax

FlpGrf.ColumnMissValue [ = value]

 

The ColumnMissValue property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A decimal expression specifying the missing value.

 

Remarks

This property can be used to eliminate bad data from a graph. See the ColumnMiss property for additional information on missing values.

                                   FlpGrf1.Column = 1
                                   FlpGrf1.ColumnMiss = 1
                                   FlpGrf1.ColumnStyle = 1
                                   FlpGrf1.ColumnValue = 32

 

images/colmiss.png


 

See Also

All Column Routines



ColumnMissStyle Property ColumnMovingAve Property

 

 

Last modified on: Friday, August 16, 2002