Gets or sets a collection used to generate the content of this diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public IEnumerable ItemsSource { get; set; } |
Visual Basic Copy Code |
---|
Public Property ItemsSource As IEnumerable |
An object implementing the System.Collections.IEnumerable interface.
Each item in this collection represents a category of causes and the diagram creates a branch (rib) representing it. Category's label is obtained via LabelPath property. The list of child causes is obtained via CausesPath property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |