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





Gets or sets a string specifying binding path of cause items relative to root items.

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

 Syntax

C#  Copy Code

public string CausesPath { get; set; }

Visual Basic  Copy Code

Public Property CausesPath As String

 Property Value

A string specifying property name of category's causes list.

 Remarks

If specified list contains strings, they are rendered directly as cause labels in the category branch. If it contains data objects, set CauseLabelPath to specify object's property that contains the cause label.

 See Also

FishboneDiagram Members
FishboneDiagram Class
MindFusion.Diagramming.Wpf Namespace