Values for the pattern of lines in a graph.
Used in Get/SetSeriesStyle and Get/SetDataStyle methods for graph controls in a DataWindow or for PocketBuilder graph controls.
PocketBuilder enumerated value  | 
Numeric value  | 
Meaning  | 
|---|---|---|
Continuous!  | 
0  | 
The line style is a solid line  | 
Dash!  | 
1  | 
The line style is ----  | 
DashDot!  | 
2  | 
The line style is -.-.-.  | 
DashDotDot!  | 
3  | 
The line style is -..-..-..  | 
Dot!  | 
4  | 
The line style is .....  | 
Transparent!  | 
5  | 
The line allows the background shapes to show through  |