Displays resource and task data in a customizable Schedule Chart control based on GanttChartView with an optional simple data grid attached.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      DlhSoft.Web.UI.WebControls..::.GanttChartView
        DlhSoft.Web.UI.WebControls..::.ScheduleChartView
          DlhSoft.Web.UI.WebControls..::.LoadChartView

See Also