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

Custom html for the chart title, in case hpTitleText is not specified.

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

public string hpTitleHtml { get; set; }
/** @property */
public String get_hpTitleHtml()
/** @property */
public void set_hpTitleHtml(String value)

Field Value

System.String
Remarks

In case hpTitleHtml is NOT specified and hpTitleText is specified, chart title will be displayed with default settings.
In case hpTitleHtml is specified, hpTitleText will be ignored. So you should include chart title within the html of hpTitleHtml.
Examples

HierarchyWeb1.hpTitleHtml = "<DIV style='BACKGROUND:#004880;font-weight:bold;font-size:large'><font color=White>Hierarchy Chart</font></DIV>";
See Also