|
|
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
|
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.ColumnMiss = 1
FlpGrf1.ColumnStyle = 1
FlpGrf1.ColumnValue = 32
FlpGrf1.ColumnMiss = 1
FlpGrf1.ColumnStyle = 0
FlpGrf1.ColumnValue = 32

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