C# (CSharp) CoderForRent.Charting.Gantt Namespace

Classes

Name Description
ExpanderColumn
GanttChart
GanttColumnAttribute This attribute is applied to properties of classes that implement IGanttNode. The properties will then be shown in the corresponding GanttChart's data grid.
GanttContentPresenter
GanttDataGrid
GanttDateColumn
GanttDependenciesPresenter
GanttDependency
GanttDependencyItem
GanttExpanderColumn
GanttItem
GanttItemEventArgs
GanttItemsPresenter This class will arrange and measure it's child items for it's parent row.
GanttNode A base class node that meats the requirements for the IGanttNode. Note that the GanttChart only requires a class that implements IGanttNode, so this class is not strictly required.
GanttNodeSection
GanttNodeSectionEventArgs
GanttPanel
GanttPanelColumn
GanttPanelColumnEventArgs
GanttPanelColumnsPresenter
GanttRow
GanttRowsPresenter Arranges and Measures it's child GanttRows for it's parent Panel.
HeaderGanttItem This class is the control that is displayed for nodes that have children.
LevelToWidthConverter This class converts a node's Level property into an indention width for the gantt chart.
RowExpandedChangedEventArgs
SimpleExpander