Icon

DlhSoft Gantt Chart Light Library

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

PertChartView Control

PertChartView control is used to display a list of task event items (PertChartItem objects) using a PERT Chart, and it is part of Gantt Chart Light Library for Silverlight™ 4/WPF 4, and Project Management Library for WPF 4 (available only with Standard Edition, and not with Basic Edition licenses).


Screenshots and Intro Source Code (Silverlight™)

  • Basic usage:

    PertChartView basic usage

    <pdpcc:PertChartView>
        <pdpcc:PertChartView.Items>
            <pdpcc:PertChartItem DisplayedText="0" Content="Start"/>
            <pdpcc:PertChartItem DisplayedText="1" Content="Task event 1" Predecessors="[...]"/>
            <pdpcc:PertChartItem DisplayedText="2" Content="Task event 2" Predecessors="[...]"/>
            <pdpcc:PertChartItem DisplayedText="3" Content="Task event 3" Predecessors="[...]"/>
            <pdpcc:PertChartItem DisplayedText="4" Content="Finish" DisplayedRowIndex="0" Predecessors="[...]"/>
        </pdpcc:PertChartView.Items>
    </pdpcc:PertChartView>


Related Components

Terms of Use Privacy Statement