Icon

DlhSoft Gantt Chart Light Library

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

GanttChartView Control

GanttChartView control is used to display and update a list of task items (GanttChartItem objects) using a Gantt 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:

    GanttChartView basic usage

    <pdgcc:GanttChartView>
        <pdgcc:GanttChartView.Items>
            <pdgcc:GanttChartItem Content="Task 1"/>
            <pdgcc:GanttChartItem Content="Task 1.1" Indentation="1" Start="[...]" Finish="[...]"
                                  CompletedFinish="[...]" AssignmentsContent="Resource 1"/>
            <pdgcc:GanttChartItem Content="Task 1.2" Indentation="1" Start="[...]" Finish="[...]"
                                  AssignmentsContent="Resource 1, Resource 2" Predecessors="[...]"/>
            <pdgcc:GanttChartItem Content="Task 2" Predecessors="[...]"/>
            <pdgcc:GanttChartItem Content="Task 2.1" Indentation="1" Start="[...]" Finish="[...]"/>
            <pdgcc:GanttChartItem Content="Task 2.2" Indentation="1"/>
            <pdgcc:GanttChartItem Content="Task 2.2.1" Indentation="2" Start="[...]" Finish="[...]"/>
            <pdgcc:GanttChartItem Content="Task 2.2.2" Indentation="2" Start="[...]" IsMilestone="true"                               Predecessors="[...]"/>
        </pdgcc:GanttChartView.Items>
    </pdgcc:GanttChartView>

  • Custom appearance:

    GanttChartView custom appearance
  • Custom schedule:

    GanttChartView custom schedule
  • Bar templating:

    GanttChartView bar templating

Related Components

Terms of Use Privacy Statement