|
|
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
|
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.ColumnMiss = 2
FlpGrf1.ColumnMissValue = 5
FlpGrf1.ColumnMissStyle = 2

See Also
![]() |
Last modified on: Friday, August 16, 2002