www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
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.
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)
Syntax
Field Value
System.StringRemarks
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