Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 4.03 KB

File metadata and controls

44 lines (31 loc) · 4.03 KB

WPF Diagram - Use DiagramOrgChartBehavior to Generate a Diagram from a Collection

This example uses the DiagramOrgChartBehavior to generate a hierarchical diagram from a data source or collection.

image

Implementation Details

  1. Add the DiagramOrgChartBehavior to the DiagramControl.
  2. Specify the following properties to map the behavior to data:
  3. Use the Item Template Designer to create "templates" for diagram items and connectors. This designer creates a TemplateDiagram object that contains generated code with diagram shapes and connectors.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)