Represents a resource item to be presented in a LoadChartView control.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
[SerializableAttribute]
public class LoadChartItem : ScheduleChartItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class LoadChartItem _
	Inherits ScheduleChartItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.Mvc..::.GanttChartItem
    DlhSoft.Web.Mvc..::.ScheduleChartItem
      DlhSoft.Web.Mvc..::.LoadChartItem

See Also