the type of the rows shown by the Gantt chart (e.g. "Aircraft")
Creates the graphics view used by the Gantt chart. Applications can override this method to return a customized graphics view.
a graphics view instance
Creates the timeline component used by the Gantt chart. Applications can override this method to return a customized timeline.
the timeline instance
Convenience method to return the list of calendars registered on the graphics view.
the calendars registered on the graphics area
A property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.
the fixed cell size
Returns the graphics view shown on the right-hand side of the Gantt chart. The view is set as the master node on the primary MasterDetailPane
instance.
the graphics view
Convenience method to return the list of layers registered on the graphics view.
the layers registered on the graphics area
A property used to store a reference to the timeline that is being considered the "master" timeline. This property is
needed when several charts are used in combination with each other (see DualGanttChartContainer
or MultiGanttChartContainerBase
).
The master timeline is the one provided by the Gantt chart located at the top of the container (the "first" chart).
the master timeline
A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside a DualGanttChartContainer
or a MultiGanttChartContainerBase
. One of the charts will be the first, some will be in the middle, and one will be the last.
The first chart is the owner of the master timeline.
the position of the chart
Returns the Timeline instance, which consists of the Dateline and the Eventline.
the timeline control
Sets the fixed cell size.
the fixed cell size
Sets the master timeline.
the new master timeline
Sets the position of the chart.
the chart position (first, last, middle, only)
Abstract base class for all Gantt chart controls. For detailed information please refer to the documentation on those classes.
1.0