www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Text rectangle size percentage [1-100] with respect to node-size. Remaining will be allocated for title. Default is 75.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public int Text_Size { get; set; }
public int Text_Size { get; set; }
Public Property Text_Size As Integer
Get
Set
Public Property Text_Size As Integer
Get
Set
public:
property int Text_Size {
int get ();
void set (int value);
}
public:
property int Text_Size {
int get ();
void set (int value);
}
member Text_Size : int with get, set
member Text_Size : int with get, set
/** @property */
public int get_Text_Size()
/** @property */
public void set_Text_Size(int value)
/** @property */
public int get_Text_Size()
/** @property */
public void set_Text_Size(int value)
Field Value
System.Int32 (1-100)
See also
Node_Size