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