www.Chart4.NET | Samples
Text rectangle size percentage [1-100] with respect to node-size. Remaining will be allocated for title. Default is 75.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int Text_Size { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Text_Size As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As Integer
value = instance.Text_Size
instance.Text_Size = value |
| Visual C++ |
|---|
public:
property int Text_Size {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_Text_Size()
/** @property */
public void set_Text_Size(int value)
|
| JScript |
|---|
public function get Text_Size () : int
public function set Text_Size (value : int) |
| JavaScript |
|---|
function get_Text_Size();
function set_Text_Size(value); |
Field Value
System.Int32 (1-100)
Remarks
See Also