TdxGanttControlGridlineOptions.ProjectFinish Property
In This Article
Provides access to the finish date’s gridline and its settings.
#Declaration
Delphi
property ProjectFinish: TdxGanttControlGridline read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the gridline that denotes the project’s finish date in the control‘s Chart View.
For instance, if you specified ‘11/17/2020’ as the project’s finish date, the Chart View displays the gridline under the corresponding date in the timescale.
Refer to the TdxGanttControlGridline class description for details.
See Also