Displays task data using a customizable Schedule Chart based on GanttChartView control.

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

Syntax

C#
public class ScheduleChartView : GanttChartView, 
	IScheduleChartView, IGanttChartView
Visual Basic (Declaration)
Public Class ScheduleChartView _
	Inherits GanttChartView _
	Implements IScheduleChartView, IGanttChartView

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
              System.Windows.Controls..::.ItemsControl
                DlhSoft.Windows.Controls..::.GanttChartView
                  DlhSoft.Windows.Controls..::.ScheduleChartView
                    DlhSoft.Windows.Controls..::.LoadChartView

See Also