|
|
Sets the pattern of the line for a column of data. You can modify the default pattern table with the SetLinePattern Method.
Syntax
FlpGrf.ColumnPattern [ = value]
The ColumnPattern property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
A numeric expression specifying the line pattern. |
Settings
Possible settings for value are:
|
Value |
Description | |
|
flpSolid |
0 |
Solid |
|
flpDots |
1 |
Dotted |
|
flpDash |
2 |
Dashed |
|
flpDashDot |
3 |
Dash-Dot |
|
flpDashDotDot |
4 |
Dash-Dot-Dot |
|
flpLongDots |
5 |
Long Dots |
|
flpLongDash |
6 |
Long Dash |
|
flpLongDashDot |
7 |
Long Dash-Dot |
|
flpLongDashDotDot |
8 |
Long Dash-Dot-Dot |
|
flpCloseDash |
9 |
Close Dash |
|
flpExtraLongDash |
10 |
Extra Long Dash |
Remarks
If the column is set to a line type using the ColumnType property, then the line can have one of the above patterns. For other types, the property has no effect.
FlpGrf1.ColumnPattern = 2
FlpGrf1.Column = 2
FlpGrf1.ColumnPattern = 3
FlpGrf1.Column = 3
FlpGrf1.ColumnPattern = 4

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