ColumnMin Method

ColumnMissStyle Property

Introduction

 

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


 

Sets the conditions for the missing value.

 

Syntax

FlpGrf.ColumnMiss [ = value]

 

The ColumnMiss property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the conditions for a missing value.

 

Settings

Constant

Value

Description

flpNoMissingData

0

There is no missing data, plot all

flpEqualToMissingValue

1

Values equal to missing value will be skipped

flpLessThanMissingValue

2

Values less than missing value will be skipped

flpGreaterThanMissingValue

3

Values greater than missing value will be skipped

 

Remarks

This property sets how the graph will handle the missing value set by the ColumnMissValue property.

                                   FlpGrf1.Column = 1
                                   FlpGrf1.ColumnMiss = 2
                                   FlpGrf1.ColumnMissValue = 5
                                   FlpGrf1.ColumnMissStyle = 2

 

images/colmiss1.png


 

See Also

All Column Routines



ColumnMin Method ColumnMissStyle Property

 

 

Last modified on: Friday, August 16, 2002