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





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

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

 Syntax

C#  Copy Code

public string CauseLabelPath { get; set; }

Visual Basic  Copy Code

Public Property CauseLabelPath As String

 Property Value

A string specifying property name of cause labels.

 Remarks

Set this property if the collection obtained through CausesPath contains data objects, to specify which of their properties contains cause labels.

 See Also

FishboneDiagram Members
FishboneDiagram Class
MindFusion.Diagramming.Wpf Namespace