Gets or sets the content to be presented as the tool tip of the legend (when IsLegendVisible is true). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public Object LegendToolTip { get; set; }
Visual Basic (Declaration)
Public Property LegendToolTip As Object

See Also