www.Chart4.NET | Samples
Maximum alllowed left 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 MaximumLeft { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaximumLeft As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyRange
Dim value As Integer
value = instance.MaximumLeft
instance.MaximumLeft = value |
| Visual C++ |
|---|
public:
property int MaximumLeft {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_MaximumLeft()
/** @property */
public void set_MaximumLeft(int value)
|
| JScript |
|---|
public function get MaximumLeft () : int
public function set MaximumLeft (value : int) |
| JavaScript |
|---|
function get_MaximumLeft();
function set_MaximumLeft(value); |
Field Value
System.Int32
See Also