Represents the base for a control that displays a Gantt Chart based on data items.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class GanttChartViewBase : ChartViewBase, 
	IGanttChartView, IEntityActivator, IExportableControl
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class GanttChartViewBase _
	Inherits ChartViewBase _
	Implements IGanttChartView, IEntityActivator, IExportableControl

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
                DlhSoft.Windows.Controls..::.ItemsControl
                  DlhSoft.Windows.Controls..::.ChartViewBase
                    DlhSoft.Windows.Controls..::.GanttChartViewBase
                      DlhSoft.Windows.Controls..::.ResourceGanttChartViewBase
                      DlhSoft.Windows.Controls..::.TaskGanttChartViewBase

See Also