MindFusion.Wpf Pack Programmer's Guide
ActivityChart.HitTestDependencies Property
See Also
 





Gets or sets a value indicating whether the dependencies in the chart can be hit-tested by the user. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool HitTestDependencies { get; set; }

Visual Basic  Copy Code

Public Property HitTestDependencies As Boolean

 Property Value

true, to hit-test dependencies; false, to ignore them.

 See Also

ActivityChart Members
ActivityChart Class
MindFusion.DataViews.Wpf Namespace