www.Chart4.NET | Samples
Height for title of the chart. Default is 25.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int hpTitleHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpTitleHeight As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb
Dim value As Integer
value = instance.hpTitleHeight
instance.hpTitleHeight = value |
| Visual C++ |
|---|
public:
property int hpTitleHeight {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_hpTitleHeight()
/** @property */
public void set_hpTitleHeight(int value)
|
| JScript |
|---|
public function get hpTitleHeight () : int
public function set hpTitleHeight (value : int) |
| JavaScript |
|---|
function get_hpTitleHeight();
function set_hpTitleHeight(value); |
Field Value
System.String
See Also