www.Chart4.NET | Samples
Photo size percentage [0-100] within the drawn node. Default is 40.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int Photo_Size { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Photo_Size As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As Integer
value = instance.Photo_Size
instance.Photo_Size = value |
| Visual C++ |
|---|
public:
property int Photo_Size {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_Photo_Size()
/** @property */
public void set_Photo_Size(int value)
|
| JScript |
|---|
public function get Photo_Size () : int
public function set Photo_Size (value : int) |
| JavaScript |
|---|
function get_Photo_Size();
function set_Photo_Size(value); |
Field Value
System.Int32 (0-100)
Remarks
See Also