Icon

DlhSoft Gantt Chart Light Library

for Silverlight™ 4+, and Windows® Presentation Foundation (WPF) and .NET 4+

ScheduleChartDataGrid Control

ScheduleChartDataGrid control is used to display and update a list of resource items (ScheduleChartItem objects) and their assigned task items (GanttChartItem objects) using a data grid and an attached Schedule Chart, and it is part of Gantt Chart Light Library for Silverlight™ 4/WPF 4 (available with both Standard Edition and Basic Edition licenses).


Screenshots and Intro Source Code (Silverlight™)

  • Basic usage:

    ScheduleChartDataGrid basic usage

    <pdgcc:ScheduleChartDataGrid>
        <pdgcc:ScheduleChartDataGrid.Items>
            <pdgcc:ScheduleChartItem Content="Resource 1">
                <pdgcc:ScheduleChartItem.GanttChartItems>
                    <pdgcc:GanttChartItem Content="Task 1" Start="[...]" Finish="[...]"                                       CompletedFinish="[...]"/>
                    <pdgcc:GanttChartItem Content="Task 2" Start="[...]" Finish="[...]"                                       AssignmentsContent="50%"/>
                </pdgcc:ScheduleChartItem.GanttChartItems>
            </pdgcc:ScheduleChartItem>
            <pdgcc:ScheduleChartItem Content="Resource 2">
                <pdgcc:ScheduleChartItem.GanttChartItems>
                    <pdgcc:GanttChartItem Content="Task 2" Start="[...]" Finish="[...]"/>
                </pdgcc:ScheduleChartItem.GanttChartItems>
            </pdgcc:ScheduleChartItem>
        </pdgcc:ScheduleChartDataGrid.Items>
    </pdgcc:ScheduleChartDataGrid>

  • Custom properties:

    ScheduleChartDataGrid custom properties
  • Custom appearance:

    ScheduleChartDataGrid custom appearance
  • Custom schedule:

    ScheduleChartDataGrid custom schedule
  • Bar templating:

    ScheduleChartDataGrid bar templating
  • Hierarchy:

    ScheduleChartDataGrid hierarchy
  • Multiple lines per row:

    ScheduleChartDataGrid multiple lines per row

Related Components

Terms of Use Privacy Statement