www.Chart4.NET | Samples
Maximum alllowed height of the chart on resize [200-1200]. Applicable to HierarchyWin only. Default is 900.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int MaximumHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaximumHeight As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyRange
Dim value As Integer
value = instance.MaximumHeight
instance.MaximumHeight = value |
| Visual C++ |
|---|
public:
property int MaximumHeight {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_MaximumHeight()
/** @property */
public void set_MaximumHeight(int value)
|
| JScript |
|---|
public function get MaximumHeight () : int
public function set MaximumHeight (value : int) |
| JavaScript |
|---|
function get_MaximumHeight();
function set_MaximumHeight(value); |
Field Value
System.Int32
See Also