| << Click to Display Table of Contents >> ChartDataSetLineStyle |     | 
[VCL only]
With this method you can specify individual line styles for each column.
method void VPE.ChartDataSetLineStyle(
pointer hData,
long Column,
PenStyle [integer] LineStyle
)
pointer hData
handle to ChartData object
long Column
column the line style shall be assigned to
PenStyle [integer] LineStyle
possible values are:
| ActiveX / VCL | Value | Comment | 
| psSolid | 0 | 
 | 
| psDash | 1 | ------- | 
| psDot | 2 | ........ | 
| psDashDot | 3 | _._._._ | 
| psDashDotDot | 4 | _.._.._ | 
Default:
psSolid
Example:
Doc.ChartDataSetLineStyle(hData, 0, psSolid)