|
|
|
|
Sets the pattern of the regression line for a column of data. You can modify the default pattern table with the SetLinePattern Method.
Syntax
FlpGrf.ColumnRegressPattern [ = value]
The ColumnRegressPattern 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
A value of (-1) will set this property equal to the corresponding column value.
See Also
All Column Routines, ColumnRegression Property
Last modified on: Friday, August 16, 2002