TdxGanttControlGridlineOptions.ProjectFinish Property
Provides access to the finish date’s gridline and its settings.
Declaration
property ProjectFinish: TdxGanttControlGridline read; write;
Property Value
Type |
---|
TdxGanttControlGridline |
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