|
|
|
|
GanttChangeMode (Function) In french: GanttChangeMode Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control. // Click on BTN_Week GanttChangeMode(COL_Gantt, ganttModeInDay) Syntax
GanttChangeMode(<Gantt column> , <Display mode> [, <Number of days>])
<Gantt column>: Control name Name of the Gantt Chart column (in a Table or TreeView Table control) to be used. <Display mode>: Integer constant Time range that must be displayed in the Gantt Chart column: | | ganttModeAccordingToTask | Displays the Gantt chart from the first task to the last one. | ganttModeInDay | Displays the Gantt chart according to the width of the column. In this case, you must specify the number of days to display. |
<Number of days>: Optional integer Number of days displayed. This parameter is taken into account only if <Display Mode> corresponds to the ganttModeInDay constant. Otherwise, a WLanguage error occurs.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|