.Net Organisation Chart Component Class Library
ChartItemToolTip Property
NamespacesOrgChart.CoreXmlBoundOrganisationChartChartItemToolTip
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Sets a tool tip for each chart item.

If left blank this defaults to : "Direct Reports {0} Total Reports : {1} where {0} and {1} are substituted for the appropriate numbers.

Declaration Syntax
C#Visual BasicVisual C++
public string ChartItemToolTip { get; set; }
Public Property ChartItemToolTip As String
public:
virtual property String^ ChartItemToolTip {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)