GridLineType property: Gantt class
Description
Use this property to specify the style of the grid lines when vertical grid lines are turned on—that is, the GridLines property must be set to %ChartGrid_Vertical.
The default value is %ChartLine_Dash. The possible values are:
| Numeric Value | Value | Description |
|---|---|---|
|
0 |
%ChartLine_Solid |
Draw grid lines with solid lines. |
|
1 |
%ChartLine_Dash |
Draw grid lines with lines composed of dashes (default). |
|
2 |
%ChartLine_Dot |
Draw grid lines with lines composed of dots. |
This property is read/write.
Related Topics