.Net Organisation Chart Component Class Library
ChartItemToolTip Property
NamespacesOrgChart.CoreIOrganisationChartChartItemToolTip
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++
string ChartItemToolTip { get; set; }
Property ChartItemToolTip As String
property String^ ChartItemToolTip {
	String^ get ();
	void set (String^ value);
}

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