The C1GanttView toolbar appears at the top of the C1GanttView control when the ShowToolbar property is set to True.
The C1GanttView toolbar consists of the following command buttons:
Command Button | Command Button Name | Description |
---|---|---|
Load from xml file | Clicking on the Load from xml file button opens the Load from Xml File dialog box where you can browse to the location of the xml file you wish to load. | |
Save as xml file | Clicking on the Save as xml file button opens the Save As xml File dialog box where you can browse to the location of the xml file you wish to save. | |
Undo | Undo the last action performed. | |
Redo | Redo the last action performed. | |
Grid Columns | Opens the Grid Columns dialog box. | |
Move task up | Moves the selected task in the grid up one position. | |
Move task down | Moves the selected task on position down. | |
Task information | Opens the Task Information dialog box. | |
Field Styles | Opens the Field Styles dialog box. | |
Add task | Opens the Task Information dialog box where the New Task is entered in the Task Name: textbox. | |
Add New Summary Task | Add a new summary task to the gantt chart. | |
Inactive | Inactivates the selected task in grid. | |
Add blank row | Adds a blank row to task grid. | |
Delete task | Deletes the selected task from the grid. | |
Outdent Task | Increases the outline level of a task. | |
Indent Task | Decreases the outline level of a task. | |
Show Project Summary | Shows/Hides the project summary task. | |
Group By | Opens the Group By menu where you can select from Task Mode, Task Complete vs. Task Incomplete, Duration, Milestones, Resources, Status, and Constraint Type. You can also clear groups, add new group by, or maintain hierarchy. | |
Filter | Opens the Filter drop down. | |
Sort | Opens the sort drop down that provides options to sort the list by Name, Start Date, Finish Date, Duration, and Remove Sort and Sort By options. | |
Project information | Opens the Project Information dialog box. | |
Change Working Time |
Opens the Change Working Time dialog box. |
|
Progress Line | Clicking the Progress Line button opens the Progress Line dialog box. | |
Project Resources | Opens the Project Resources dialog box. | |
Timescale | Opens the Timescale dialog box. | |
Bar styles | Opens the Bar Styles dialog box. | |
Scroll to task | Scrolls to the task within the grid. | |
Zoom | Click on the dropdown arrow to choose one of the following commands: Zoom Out, Zoom In, or Zoom. Clicking Zoom opens the Zoom dialog box. | |
Zoom Entire Project | Determines the time range by StartDate and FinishDate of project. The ZoomToRange function is used to zoom this range | |
Zoom Selected Task | Determines the time range by the earliest StartDate and latest FinishDate of the selected task(s). After the time range is determined then the ZoomToRange function is called to zoom in to the given time range. | |
Opens the Print dialog box where you can specify the print style, settings, and page setup. Once your settings are selected you can then click on the print button to print the gantt chart. |