www.Chart4.NET | Samples
Maximum alllowed top of the chart on resize [5-1200]. Default is 600 for HierarchyWin, 1200 for HierarchyWeb.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int MaximumTop { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaximumTop As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyRange
Dim value As Integer
value = instance.MaximumTop
instance.MaximumTop = value |
| Visual C++ |
|---|
public:
property int MaximumTop {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_MaximumTop()
/** @property */
public void set_MaximumTop(int value)
|
| JScript |
|---|
public function get MaximumTop () : int
public function set MaximumTop (value : int) |
| JavaScript |
|---|
function get_MaximumTop();
function set_MaximumTop(value); |
Field Value
System.Int32
See Also