www.Chart4.NET | Samples
Maximum extent upto which chart can be zoomed, either using zoom control or using mouse-wheel, on a scale of 100%-500%. Default is 300%.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int hpZoomMaximum { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpZoomMaximum As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWeb
Dim value As Integer
value = instance.hpZoomMaximum
instance.hpZoomMaximum = value |
| Visual C++ |
|---|
public:
property int hpZoomMaximum {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_hpZoomMaximum()
/** @property */
public void set_hpZoomMaximum(int value)
|
| JScript |
|---|
public function get hpZoomMaximum () : int
public function set hpZoomMaximum (value : int) |
| JavaScript |
|---|
function get_hpZoomMaximum();
function set_hpZoomMaximum(value); |
Field Value
System.Int32
Remarks
See Also