Icon

DlhSoft Gantt Chart Light Library

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

NetworkDiagramView Control

NetworkDiagramView control is used to display a list of task items (NetworkDiagramItem objects) using a network diagram, 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:

    NetworkDiagramView basic usage

    <pdpcc:NetworkDiagramView>
        <pdpcc:NetworkDiagramView.Items>
            <pdpcc:NetworkDiagramItem Content="Start milestone" DisplayedText="Start" IsMilestone="True"/>
            <pdpcc:NetworkDiagramItem Content="First task" DisplayedText="Task 1"/>
            <pdpcc:NetworkDiagramItem Content="Second task" DisplayedText="Task 2"/>
            <pdpcc:NetworkDiagramItem Content="Third task" DisplayedText="Task 3"/>
            <pdpcc:NetworkDiagramItem Content="Fourth task" DisplayedText="Task 4"/>
            <pdpcc:NetworkDiagramItem Content="Fifth task" DisplayedText="Task 5"/>
            <pdpcc:NetworkDiagramItem Content="Sixth task" DisplayedText="Task 6"/>
            <pdpcc:NetworkDiagramItem Content="Seventh task" DisplayedText="Task 7"/>
            <pdpcc:NetworkDiagramItem Content="Finish milestone" DisplayedText="Finish" IsMilestone="True" DisplayedRowIndex="0"/>
        </pdpcc:NetworkDiagramView.Items>
    </pdpcc:NetworkDiagramView>

  • Shape templating:

    NetworkDiagramView shape templating

Related Components

Terms of Use Privacy Statement