www.Chart4.NET (Documentation) |
Samples 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string hpLoadingHtml { get; set; }
public string hpLoadingHtml { get; set; }
Public Property hpLoadingHtml As String
Get
Set
Public Property hpLoadingHtml As String
Get
Set
public:
property String^ hpLoadingHtml {
String^ get ();
void set (String^ value);
}
member hpLoadingHtml : string with get, set
member hpLoadingHtml : string with get, set
/** @property */
public String get_hpLoadingHtml()
/** @property */
public void set_hpLoadingHtml(String value)
/** @property */
public String get_hpLoadingHtml()
/** @property */
public void set_hpLoadingHtml(String value)
Field Value
System.String
Default is the text 'Loading...'
HierarchyWeb1.hpLoadingHtml = "<img src="/image/loading.gif" />";
HierarchyWeb1.hpLoadingHtml = "<img src="/image/loading.gif" />";