www.Chart4.NET | Samples
Minimum alllowed height of the chart on resize [5-500]. Default is 50.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int MinimumHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MinimumHeight As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyRange
Dim value As Integer
value = instance.MinimumHeight
instance.MinimumHeight = value |
| Visual C++ |
|---|
public:
property int MinimumHeight {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_MinimumHeight()
/** @property */
public void set_MinimumHeight(int value)
|
| JScript |
|---|
public function get MinimumHeight () : int
public function set MinimumHeight (value : int) |
| JavaScript |
|---|
function get_MinimumHeight();
function set_MinimumHeight(value); |
Field Value
System.Int32
See Also