HierarchyWeb hpLoadingHtml Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Html or text to display while chart is loading from the server. Can specify img tag too; but make sure that the image exists, irregular behavior otherwise. See Remarks.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string hpLoadingHtml { get; set; }
/** @property */
public String get_hpLoadingHtml()
/** @property */
public void set_hpLoadingHtml(String value)

Field Value

System.String
Remarks

Default is the text 'Loading...'
Examples

HierarchyWeb1.hpLoadingHtml = "<img src="/image/loading.gif" />";
See Also