Icon

DlhSoft Gantt Chart Light Library

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

ScheduleChartView Control

ScheduleChartView control is used to display and update a list of resource items (ScheduleChartItem objects) and their assigned task items (GanttChartItem objects) using a 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:

    ScheduleChartView basic usage

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

  • Custom appearance:

    ScheduleChartView custom appearance
  • Custom schedule:

    ScheduleChartView custom schedule
  • Bar templating:

    ScheduleChartView bar templating

Related Components

Terms of Use Privacy Statement