Icon

DlhSoft Project Management Library

for 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 Project Management Library for WPF 4, and Gantt Chart Light Library for Silverlight™ 4/WPF 4.


Screenshots and Intro Source Code

  • 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