| << Click to Display Table of Contents >> SetLineStyle |     | 
[ActiveX, .NET, Java, PHP, etc., method of the TVPEChartData object]
With this method you can specify individual line styles for each column.
method void TVPEChartData.SetLineStyle(
int Column,
PenStyle LineStyle
)
int Column
column the line style shall be assigned to
PenStyle [integer] LineStyle
possible values are:
| Value | Comment | 
| Solid | 
 | 
| Dash | ------- | 
| Dot | ........ | 
| DashDot | _._._._ | 
| DashDotDot | _.._.._ | 
Default:
PenStyle.Solid
Example:
Data.SetLineStyle(0, PenStyle.Solid)