TdxGanttControlGridline.Style Property
In This Article
Specifies the pattern used to paint gridlines.
#Declaration
Delphi
property Style: TPenStyle read; write; default psSolid;
#Property Value
Type | Default |
---|---|
TPen |
ps |
#Remarks
Use this property to modify the pen style of the Chart View’s gridlines that denote the following dates in the control:
The ShowTaskProgress property’s default value is psSolid.
See Also