ColumnMiss Property

ColumnMissValue Property

Introduction

 

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


 

Sets the way the missing value is displayed.

 

Syntax

FlpGrf.ColumnMissStyle [ = value]

 

The ColumnMissStyle property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the missing style.

 

Settings

Constant

Value

Description

flpContinues

0

Lines are connected in case of missing points

flpBroken

1

Lines are not connected in case of missing points

 

Remarks

This property sets the way the missing value is displayed. It can leave a space in the line at the missing value, or skip the value connecting the previous and next values.

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

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

 

images/colmis2.png


 

See Also

All Column Routines



ColumnMiss Property ColumnMissValue Property

 

 

Last modified on: Friday, August 16, 2002