www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Custom html for the chart title, in case hpTitleText is not specified.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string hpTitleHtml { get; set; }
public string hpTitleHtml { get; set; }
Public Property hpTitleHtml As String
Get
Set
Public Property hpTitleHtml As String
Get
Set
public:
property String^ hpTitleHtml {
String^ get ();
void set (String^ value);
}
member hpTitleHtml : string with get, set
member hpTitleHtml : string with get, set
/** @property */
public String get_hpTitleHtml()
/** @property */
public void set_hpTitleHtml(String value)
/** @property */
public String get_hpTitleHtml()
/** @property */
public void set_hpTitleHtml(String value)
Field Value
System.String
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.
HierarchyWeb1.hpTitleHtml = "<DIV style='BACKGROUND:#004880;font-weight:bold;font-size:large'><font color=White>Hierarchy Chart</font></DIV>";
HierarchyWeb1.hpTitleHtml = "<DIV style='BACKGROUND:#004880;font-weight:bold;font-size:large'><font color=White>Hierarchy Chart</font></DIV>";