www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Title text for the chart.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public string hpTitleText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpTitleText As String |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb Dim value As String value = instance.hpTitleText instance.hpTitleText = value |
| Visual C++ |
|---|
public: property String^ hpTitleText { String^ get (); void set (String^ value); } |
| J# |
|---|
/** @property */ public String get_hpTitleText() /** @property */ public void set_hpTitleText(String value) |
| JScript |
|---|
public function get hpTitleText () : String public function set hpTitleText (value : String) |
| JavaScript |
|---|
function get_hpTitleText(); function set_hpTitleText(value); |
Field Value
System.String
Remarks
See Remarks session of hpTitleHtml.
