MindFusion.Wpf Pack Programmer's Guide
FishboneDiagram.ItemsSource Property
See Also
 





Gets or sets a collection used to generate the content of this diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public IEnumerable ItemsSource { get; set; }

Visual Basic  Copy Code

Public Property ItemsSource As IEnumerable

 Property Value

An object implementing the System.Collections.IEnumerable interface.

 Remarks

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.

 See Also

FishboneDiagram Members
FishboneDiagram Class
MindFusion.Diagramming.Wpf Namespace